diff --git a/examples/with-three-js/README.md b/examples/with-three-js/README.md index 9c7ca3d13eb7053378402bc0838d9c0f1f678014..1192d4f54eb61a482f851a5c604cbb45102a7c8a 100644 --- a/examples/with-three-js/README.md +++ b/examples/with-three-js/README.md @@ -17,9 +17,9 @@ Deploy the example using [Vercel](https://vercel.com): 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-three-js +npx create-next-app --example with-three-js with-three-js-app # or -yarn create next-app --example with-three-js +yarn create next-app --example with-three-js with-three-js-app ``` Deploy it to the cloud with [Vercel](https://vercel.com/import?filter=next.js&utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).