From 5a73132e99632e277b82348513af73a5dd208036 Mon Sep 17 00:00:00 2001 From: Jennifer Bland Date: Wed, 18 Sep 2024 10:46:46 -0400 Subject: [PATCH] fixed typo in install command --- docs/content/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/index.md b/docs/content/index.md index 766a805..3729022 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -28,7 +28,7 @@ The current version of `@nuxtjs/color-mode` is compatible with [Nuxt 3 and Nuxt Add `@nuxtjs/color-mode` dependency to your project: ```bash -npx nuximodule add color-mode +npx nuxi module add color-mode ``` Then, add `@nuxtjs/color-mode` to the `modules` section of your `nuxt.config.ts`