diff options
-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 |