Skip to content

Commit 952f74e

Browse files
sacru2redsdnts
authored andcommitted
Update deploy-a-react-site.mdx (cloudflare#23045)
fix wrong command
1 parent 7a58fa9 commit 952f74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/pages/framework-guides/deploy-a-react-site.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cd my-react-app
3737
From here you can run your application with:
3838

3939
```sh
40-
npm start
40+
npm run dev
4141
```
4242

4343
<Render file="tutorials-before-you-start" />

0 commit comments

Comments
 (0)