diff options
author | 2022-07-08 19:37:06 +0900 | |
---|---|---|
committer | 2022-07-08 19:37:06 +0900 | |
commit | 34bb627a54448af411cca3b681540627d0110d23 (patch) | |
tree | 46e91eac8bac491e0c7befce1a40192b3c42cd82 | |
parent | 92584630c332807a3acef53e3ee80bfc9f2c7b95 (diff) | |
download | bun-34bb627a54448af411cca3b681540627d0110d23.tar.gz bun-34bb627a54448af411cca3b681540627d0110d23.tar.zst bun-34bb627a54448af411cca3b681540627d0110d23.zip |
Fix react example README typo.
-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 |