Skip to content

Commit

Permalink
docs(edge-channel): update edge package name
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz authored Jun 27, 2022
1 parent 58cae1d commit fe1ebb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/3.guide/4.migration/2.edge-channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Update `@nuxt/content` dependency inside `package.json`:
{
"devDependencies": {
-- "@nuxt/content": "^2.0.0"
++ "@nuxt/content": "npm:@nuxt/content@latest"
++ "@nuxt/content": "npm:@nuxt/content-edge@latest"
}
}
```
Expand All @@ -35,7 +35,7 @@ Update `@nuxt/content` dependency inside `package.json`:
```diff [package.json]
{
"devDependencies": {
-- "@nuxt/content": "npm:@nuxt/content@latest"
-- "@nuxt/content": "npm:@nuxt/content-edge@latest"
++ "@nuxt/content": "^2.0.0"
}
}
Expand Down

0 comments on commit fe1ebb5

Please sign in to comment.