diff --git a/README.md b/README.md index 661d1836ae6a..fc6d11130829 100644 --- a/README.md +++ b/README.md @@ -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.