Skip to content

Commit 414bc85

Browse files
add missing backticks to @opennextjs/cloudflare references (#56)
1 parent fa42384 commit 414bc85

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pages/cloudflare/examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Callout } from 'nextra/components';
33

44
## Examples
55

6-
To create a new Next.js app, pre-configured to run on Cloudflare using @opennextjs/cloudflare, run:
6+
To create a new Next.js app, pre-configured to run on Cloudflare using `@opennextjs/cloudflare`, run:
77

88
```
99
npm create cloudflare@latest -- my-next-app --framework=next --experimental

pages/cloudflare/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Callout } from 'nextra/components';
55

66
#### New apps
77

8-
To create a new Next.js app, pre-configured to run on Cloudflare using @opennextjs/cloudflare, run:
8+
To create a new Next.js app, pre-configured to run on Cloudflare using `@opennextjs/cloudflare`, run:
99

1010
```
1111
npm create cloudflare@latest -- my-next-app --framework=next --experimental

pages/cloudflare/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can also use [`@cloudflare/next-on-pages`](https://www.npmjs.com/package/@cl
1717

1818
##### New apps
1919

20-
To create a new Next.js app, pre-configured to run on Cloudflare using @opennextjs/cloudflare, run:
20+
To create a new Next.js app, pre-configured to run on Cloudflare using `@opennextjs/cloudflare`, run:
2121

2222
```
2323
npm create cloudflare@latest -- my-next-app --framework=next --experimental
@@ -63,10 +63,10 @@ We welcome both contributions and feedback!
6363

6464
<WindowsSupport />
6565

66-
### How @opennextjs/cloudflare Works
66+
### How `@opennextjs/cloudflare` Works
6767

6868
The OpenNext Cloudflare adapter works by taking the Next.js build output and transforming it, so that it can run in Cloudflare Workers.
6969

7070
When you add [@opennextjs/cloudflare](https://www.npmjs.com/package/@opennextjs/cloudflare) as a dependency to your Next.js app, and then run `npx opennextjs-cloudflare` the adapter first builds your app by running the `build` script in your `package.json`, and then transforms the build output to a format that you can run locally using [Wrangler](https://developers.cloudflare.com/workers/wrangler/), and deploy to Cloudflare.
7171

72-
You can view the code for @opennextjs/cloudflare [here](https://github.com/opennextjs/opennextjs-cloudflare/blob/main/packages/cloudflare/src) to understand what it does under the hood.
72+
You can view the code for `@opennextjs/cloudflare` [here](https://github.com/opennextjs/opennextjs-cloudflare/blob/main/packages/cloudflare/src) to understand what it does under the hood.

0 commit comments

Comments
 (0)