Skip to content

Commit

Permalink
cloudflare: fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Feb 1, 2025
1 parent 3a8c948 commit 3385752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/cloudflare/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ This includes:
You can continue to run `next dev` when developing locally.

Modify your Next.js configuration file to import and call the `initOpenNextCloudflareForDev` utility
from the `@cloudflare/next-on-pages` package. This makes sure that the Next.js dev server can optimally integrate with the open-next
from the `@opennextjs/cloudflare` package. This makes sure that the Next.js dev server can optimally integrate with the open-next
cloudflare adapter and it is necessary for using bindings during local development.

This is an example of a Next.js configuration file calling the utility:
Expand Down

0 comments on commit 3385752

Please sign in to comment.