Skip to content

Commit

Permalink
Update C3 example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa authored Oct 7, 2024
1 parent d696850 commit e48fa1d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@
To get started quickly with a new project, run the command below:

```bash
npx create-cloudflare@latest
npm create cloudflare@latest
# or
pnpm create cloudflare@latest
# or
yarn create cloudflare@latest
```

For more info, visit our [Getting Started](https://developers.cloudflare.com/workers/get-started/guide/) guide.
Expand Down

0 comments on commit e48fa1d

Please sign in to comment.