Skip to content

Commit

Permalink
Merge branch 'main' of github.com:strapi/documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Sep 25, 2024
2 parents 34d0de4 + da26979 commit dce0695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Follow the steps below by clicking on the togglable content to read more instruc
<TabItem value="npm" label="NPM">

```bash
npx create-strapi my-strapi-project
npx create-strapi@latest my-strapi-project
```

</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-docs",
"version": "5.0.0",
"version": "5.1.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit dce0695

Please sign in to comment.