diff --git a/docs/2.guide/3.going-further/4.kit.md b/docs/2.guide/3.going-further/4.kit.md index a84b689e1d57..a1236b4e72ef 100644 --- a/docs/2.guide/3.going-further/4.kit.md +++ b/docs/2.guide/3.going-further/4.kit.md @@ -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" } } ```