Skip to content

Commit 6d3a2b6

Browse files
authored
cloudflare: fix package name (#65)
1 parent 3a8c948 commit 6d3a2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/cloudflare/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ This includes:
173173
You can continue to run `next dev` when developing locally.
174174

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

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

0 commit comments

Comments
 (0)