Skip to content

Commit 1c9128c

Browse files
authored
Update src/content/docs/workers/frameworks/framework-guides/react.mdx
1 parent 412a05b commit 1c9128c

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/frameworks/framework-guides

1 file changed

+1
-1
lines changed

src/content/docs/workers/frameworks/framework-guides/react.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this guide, you will create a new [React](https://react.dev/) application and
1717

1818
## 1. Set up a new project
1919

20-
Use the [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) CLI (C3) to set up a new project. C3 will create a new project directory, initiate the React official setup tool, and provide the option to deploy instantly.
20+
Use the [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) CLI (C3) to set up a new project. C3 will create a new project directory, use code from the official React template, and provide the option to deploy instantly.
2121

2222
To use `create-cloudflare` to create a new React project with <InlineBadge preset="beta" /> Workers Assets, run the following command:
2323

0 commit comments

Comments
 (0)