aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Michell Brito <32559031+michellbrito@users.noreply.github.com> 2022-07-08 09:24:25 -0400
committerGravatar GitHub <noreply@github.com> 2022-07-08 09:24:25 -0400
commit2b98ffd776a38ed5dcd7a840d8cc581dbdc7348e (patch)
tree4fe1d1e2d7896120a7f471bdc9b9111d3b160da5
parentb3731269271eea907d7750875d536f0084b1b7e0 (diff)
parent34bb627a54448af411cca3b681540627d0110d23 (diff)
downloadbun-2b98ffd776a38ed5dcd7a840d8cc581dbdc7348e.tar.gz
bun-2b98ffd776a38ed5dcd7a840d8cc581dbdc7348e.tar.zst
bun-2b98ffd776a38ed5dcd7a840d8cc581dbdc7348e.zip
Merge pull request #433 from keidarcy/patch-1
-rw-r--r--examples/react/README.md4
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