Skip to content

Commit

Permalink
Update next-js.mdx
Browse files Browse the repository at this point in the history
Fixed the bunx create next-app command.
  • Loading branch information
adityabrahmankar authored Apr 5, 2024
1 parent 573ec95 commit 93289c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/getting-started/setup/next-js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pnpm create next-app --use-pnpm
<TabItem value="Bun">

```shell
bunx create-next-app --use-bun
bunx create next-app --use-bun
```

</TabItem>
Expand Down

0 comments on commit 93289c6

Please sign in to comment.