Skip to content

Commit 8d79759

Browse files
authored
Update README to remove nuxt.config.ts part
1 parent 8293401 commit 8d79759

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,10 @@ This module is really just about making it work with Nuxt 3 without the need to
2222

2323
## Quick Setup
2424

25-
1. Add `nuxt3-leaflet` dependency to your project
26-
2725
```bash
2826
npx nuxi@latest module add nuxt3-leaflet
2927
```
3028

31-
2. Add `nuxt3-leaflet` to the `modules` section of `nuxt.config.ts`
32-
33-
```js
34-
export default defineNuxtConfig({
35-
modules: [
36-
'nuxt3-leaflet'
37-
]
38-
})
39-
```
40-
4129
That's it! You can now use Leaflet in your Nuxt app ✨
4230

4331
## Usage

0 commit comments

Comments
 (0)