diff options
author | 2022-07-07 14:16:54 +1000 | |
---|---|---|
committer | 2022-07-06 21:18:03 -0700 | |
commit | c99a9a6cb72da8cc0e27e65a5e0ae1c8637a1352 (patch) | |
tree | 8fe493d4fdffa69f6d120d4d35811ed81426059e /examples/next/README.md | |
parent | fb95f6b2258b159572fedc2100bdecfaabca0519 (diff) | |
download | bun-c99a9a6cb72da8cc0e27e65a5e0ae1c8637a1352.tar.gz bun-c99a9a6cb72da8cc0e27e65a5e0ae1c8637a1352.tar.zst bun-c99a9a6cb72da8cc0e27e65a5e0ae1c8637a1352.zip |
chore(examples): Updates start doco
Diffstat (limited to '')
-rw-r--r-- | examples/next/README.md | 4 |
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. |