Skip to content

Commit

Permalink
docs: fix wrong nextjs github url
Browse files Browse the repository at this point in the history
  • Loading branch information
brankoconjic committed Dec 21, 2023
1 parent 31c791b commit 5c4c45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/content/installation/nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To create a fresh Next.js project with Wedges pre-configured, run the following

<Tabs.Content value="pnpm">
```bash
pnpm create next-app -e https://github.com/lmsqueezy/wedges/templates/next-app-template
pnpm create next-app -e https://github.com/lmsqueezy/wedges-next-app-template
```
</Tabs.Content>

Expand Down

0 comments on commit 5c4c45c

Please sign in to comment.