aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-14 19:17:44 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-14 19:17:44 -0700
commit74cda61c88b42c4505e8ce39dd395d1006787c43 (patch)
treedb41d24fe4aaa4b16fa001a7c616c1e8c3eeaa8a
parent9dfe57a3f79004f8f2e06bb21344f0c2bfeaa32a (diff)
downloadbun-74cda61c88b42c4505e8ce39dd395d1006787c43.tar.gz
bun-74cda61c88b42c4505e8ce39dd395d1006787c43.tar.zst
bun-74cda61c88b42c4505e8ce39dd395d1006787c43.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a57b485e6..3df4e17f0 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ npm install -g bun-cli
In your project folder root (where `package.json` is):
```bash
-bun create next app
+bun create next ./app
cd app
bun
```
@@ -80,7 +80,7 @@ If `public/index.html` exists, it becomes the default page instead of a 404 page
Run this:
```bash
-bun create react app
+bun create react ./app
cd app
bun
```