From 689b48f0972886a6ea0d6237629a0b71f68553cf Mon Sep 17 00:00:00 2001 From: Hugo Gresse Date: Fri, 19 Sep 2025 09:23:15 +0200 Subject: [PATCH] Remove devDependencies on manual install aligning install with the `npx nuxi` command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b4bce8f..dcf71888 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ That's it, you can now use the `` in your components! You can install the module manually with: ```bash -npm i -D @nuxt/icon +npm i @nuxt/icon ``` Update your `nuxt.config.ts`