diff --git a/examples/with-emotion-swc/README.md b/examples/with-emotion-swc/README.md index 2b5e1a0af79f..e2eb47722935 100644 --- a/examples/with-emotion-swc/README.md +++ b/examples/with-emotion-swc/README.md @@ -23,11 +23,11 @@ Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_mediu Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example: ```bash -npx create-next-app --example with-emotion with-emotion-app +npx create-next-app --example with-emotion-swc with-emotion-swc-app # or -yarn create next-app --example with-emotion with-emotion-app +yarn create next-app --example with-emotion-swc with-emotion-swc-app # or -pnpm create next-app -- --example with-emotion with-emotion-app +pnpm create next-app -- --example with-emotion-swc with-emotion-swc-app ``` Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).