Skip to content

Commit

Permalink
docs: specify version in v1 installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mbledkowski authored Jul 4, 2022
1 parent 98e7cc6 commit 85e22ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content-v1/en/1.getting-started/2.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Add `@nuxt/content` dependency to your project:

::code-group
```bash [Yarn]
yarn add @nuxt/content
yarn add @nuxt/content@^1
```

```bash [NPM]
npm install @nuxt/content
npm install @nuxt/content@^1
```
::

Expand Down

0 comments on commit 85e22ac

Please sign in to comment.