Skip to content

Commit 85e22ac

Browse files
authored
docs: specify version in v1 installation guide
1 parent 98e7cc6 commit 85e22ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content-v1/en/1.getting-started/2.installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Add `@nuxt/content` dependency to your project:
77

88
::code-group
99
```bash [Yarn]
10-
yarn add @nuxt/content
10+
yarn add @nuxt/content@^1
1111
```
1212

1313
```bash [NPM]
14-
npm install @nuxt/content
14+
npm install @nuxt/content@^1
1515
```
1616
::
1717

0 commit comments

Comments
 (0)