Skip to content

Commit

Permalink
fix: typo in next.js guide (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asleep123 authored Sep 12, 2024
1 parent 3938abf commit 2ca482a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/carbon/getting-started/nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export function GET() {
```


And that's it! You now have a basic Carbon bot running on Cloudflare Workers.
And that's it! You now have a basic Carbon bot running on Next.js.
If you want to add more commands, just create more classes in the `commands` folder, and add them to the client in the `route.ts` file.


Expand All @@ -121,6 +121,6 @@ Now you'll need to setup your bot on the [Discord Developer Portal](https://disc
icon={<FolderGit />}
href="/"
title="Example Project"
description="See a full example project for Carbon on Cloudflare Workers."
description="See a full example project for Carbon on Next.js."
/>
</Cards>

0 comments on commit 2ca482a

Please sign in to comment.