aboutsummaryrefslogtreecommitdiff
path: root/examples/next/README.md
diff options
context:
space:
mode:
authorGravatar mrowles <matthewrowles@gmail.com> 2022-07-07 14:16:54 +1000
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-07-06 21:18:03 -0700
commitc99a9a6cb72da8cc0e27e65a5e0ae1c8637a1352 (patch)
tree8fe493d4fdffa69f6d120d4d35811ed81426059e /examples/next/README.md
parentfb95f6b2258b159572fedc2100bdecfaabca0519 (diff)
downloadbun-c99a9a6cb72da8cc0e27e65a5e0ae1c8637a1352.tar.gz
bun-c99a9a6cb72da8cc0e27e65a5e0ae1c8637a1352.tar.zst
bun-c99a9a6cb72da8cc0e27e65a5e0ae1c8637a1352.zip
chore(examples): Updates start doco
Diffstat (limited to '')
-rw-r--r--examples/next/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/next/README.md b/examples/next/README.md
index b12f3e33e..95725a34b 100644
--- a/examples/next/README.md
+++ b/examples/next/README.md
@@ -5,9 +5,7 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
First, run the development server:
```bash
-npm run dev
-# or
-yarn dev
+bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.