docs: use @nuxt/kit-nightly in example

This commit is contained in:
Daniel Roe 2023-11-16 21:50:40 +00:00
parent c4445268b6
commit bdedc32071

View File

@ -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"
}
}
```