Skip to content

Commit

Permalink
docs: use @nuxt/kit-nightly in example
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 16, 2023
1 parent c444526 commit bdedc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.guide/3.going-further/4.kit.md
Expand Up @@ -18,7 +18,7 @@ You can install the latest Nuxt Kit by adding it to the `dependencies` section o
```json [package.json]
{
"dependencies": {
"@nuxt/kit": "npm:@nuxt/kit-edge@latest"
"@nuxt/kit": "npm:@nuxt/kit-nightly@latest"
}
}
```
Expand Down

0 comments on commit bdedc32

Please sign in to comment.