Fix create-strapi-app instruction in strapi example (#27707)

Need `--template` in the `yarn` command, otherwise it's not working
This commit is contained in:
Tom Chen 2021-08-03 04:08:15 +02:00 committed by GitHub
parent ca0c122f63
commit aa929c4bee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ Use the provided [Strapi template Next example](https://github.com/strapi/strapi
```bash
npx create-strapi-app my-project --template next-example --quickstart
# or: yarn create strapi-app my-project next-example --quickstart
# or: yarn create strapi-app my-project --template next-example --quickstart
npm run develop # or: yarn develop
```