aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Xing Yahao <keidarcy.1015@gmail.com> 2022-07-08 19:37:06 +0900
committerGravatar GitHub <noreply@github.com> 2022-07-08 19:37:06 +0900
commit34bb627a54448af411cca3b681540627d0110d23 (patch)
tree46e91eac8bac491e0c7befce1a40192b3c42cd82
parent92584630c332807a3acef53e3ee80bfc9f2c7b95 (diff)
downloadbun-34bb627a54448af411cca3b681540627d0110d23.tar.gz
bun-34bb627a54448af411cca3b681540627d0110d23.tar.zst
bun-34bb627a54448af411cca3b681540627d0110d23.zip
Fix react example README typo.
-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