Skip to content

Commit 8293401

Browse files
committed
docs: use new nuxi module add command in installation
1 parent b378cfb commit 8293401

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
@@ -25,14 +25,7 @@ This module is really just about making it work with Nuxt 3 without the need to
2525
1. Add `nuxt3-leaflet` dependency to your project
2626

2727
```bash
28-
# Using pnpm
29-
pnpm add -D nuxt3-leaflet
30-
31-
# Using yarn
32-
yarn add --dev nuxt3-leaflet
33-
34-
# Using npm
35-
npm install --save-dev nuxt3-leaflet
28+
npx nuxi@latest module add nuxt3-leaflet
3629
```
3730

3831
2. Add `nuxt3-leaflet` to the `modules` section of `nuxt.config.ts`

0 commit comments

Comments
 (0)