diff options
| author | 2022-07-08 09:24:25 -0400 | |
|---|---|---|
| committer | 2022-07-08 09:24:25 -0400 | |
| commit | 2b98ffd776a38ed5dcd7a840d8cc581dbdc7348e (patch) | |
| tree | 4fe1d1e2d7896120a7f471bdc9b9111d3b160da5 /examples/react | |
| parent | b3731269271eea907d7750875d536f0084b1b7e0 (diff) | |
| parent | 34bb627a54448af411cca3b681540627d0110d23 (diff) | |
| download | bun-2b98ffd776a38ed5dcd7a840d8cc581dbdc7348e.tar.gz bun-2b98ffd776a38ed5dcd7a840d8cc581dbdc7348e.tar.zst bun-2b98ffd776a38ed5dcd7a840d8cc581dbdc7348e.zip | |
Merge pull request #433 from keidarcy/patch-1
Diffstat (limited to 'examples/react')
| -rw-r--r-- | examples/react/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/react/README.md b/examples/react/README.md index a857d896c..0453c3c56 100644 --- a/examples/react/README.md +++ b/examples/react/README.md @@ -1,13 +1,13 @@ # React with Bun runtime -This is a React project boostrapped with bun. +This is a React project bootstrapped with [bun](https://bun.sh/). ## Getting Started ### Cloning the repo ```sh -bun create react ./app +bun create react ./react-bun-app ``` ### Development |
