Skip to content

Commit

Permalink
Update README to reflect correct usage of setup script with project n…
Browse files Browse the repository at this point in the history
…ame placeholder
  • Loading branch information
sergiodxa committed Jan 2, 2025
1 parent 4274324 commit f6d5fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Create a new React application using the Edge-first Starter Kit:
```sh
bun create edgefirst-dev/starter <my-app>
cd my-app
bun run setup [app-name]
bun run setup <my-app>
```

The `setup` script will ask for your project name, and other information to configure the project locally and on Cloudflare.
Expand Down

0 comments on commit f6d5fba

Please sign in to comment.