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