Skip to content

Commit ed61877

Browse files
authored
Merge pull request #6 from danielroe/module-installation
2 parents ff7ab2d + 1be925d commit ed61877

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,7 @@
3333
1. Add `nuxt-plotly` dependency to your project
3434

3535
```bash
36-
# Using pnpm
37-
pnpm add -D nuxt-plotly
38-
39-
# Using yarn
40-
yarn add --dev nuxt-plotly
41-
42-
# Using npm
43-
npm install --save-dev nuxt-plotly
36+
npx nuxi@latest module add nuxt-plotly
4437
```
4538

4639
2. Add `nuxt-plotly` to the `modules` section of `nuxt.config.ts`

0 commit comments

Comments
 (0)