From b2c0ded57504aa71ec281ab273726bdabd58f636 Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Thu, 16 Nov 2023 22:51:00 +0100 Subject: [PATCH] docs: update `nuxi-edge` to `nuxi-nightly` (#24347) --- docs/2.guide/3.going-further/11.nightly-release-channel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2.guide/3.going-further/11.nightly-release-channel.md b/docs/2.guide/3.going-further/11.nightly-release-channel.md index ed81d33323..fe908d1b7f 100644 --- a/docs/2.guide/3.going-further/11.nightly-release-channel.md +++ b/docs/2.guide/3.going-further/11.nightly-release-channel.md @@ -54,7 +54,7 @@ All cli dependencies are bundled because of the building method for reducing `nu To try the latest version of [nuxt/cli](https://github.com/nuxt/cli): ```bash [Terminal] -npx nuxi-edge@latest [command] +npx nuxi-nightly@latest [command] ``` ::read-more{to="/docs/api/commands"}