From 1be925d3cb65c4b0c8e2d0f64f50f4e0e578ebd6 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 Apr 2024 13:45:14 +0100 Subject: [PATCH] docs: use new `nuxi module add` command in installation --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 7aa9199..217b106 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,7 @@ 1. Add `nuxt-plotly` dependency to your project ```bash -# Using pnpm -pnpm add -D nuxt-plotly - -# Using yarn -yarn add --dev nuxt-plotly - -# Using npm -npm install --save-dev nuxt-plotly +npx nuxi@latest module add nuxt-plotly ``` 2. Add `nuxt-plotly` to the `modules` section of `nuxt.config.ts`