Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/developer-docs/latest/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ Run the following command in a terminal:

<code-block title="NPM">
```bash
npx create-strapi-starter my-project gatsby-blog
npx create-strapi-app my-project --quickstart
```
</code-block>

<code-block title="YARN">
```bash
yarn create strapi-starter my-project gatsby-blog
yarn create strapi-app my-project --quickstart
```
</code-block>

Expand Down