diff --git a/README.md b/README.md index fe2583e..85ae0c8 100644 --- a/README.md +++ b/README.md @@ -22,27 +22,8 @@ This module is really just about making it work with Nuxt 3 without the need to ## Quick Setup -1. Add `nuxt3-leaflet` dependency to your project - ```bash -# Using pnpm -pnpm add -D nuxt3-leaflet - -# Using yarn -yarn add --dev nuxt3-leaflet - -# Using npm -npm install --save-dev nuxt3-leaflet -``` - -2. Add `nuxt3-leaflet` to the `modules` section of `nuxt.config.ts` - -```js -export default defineNuxtConfig({ - modules: [ - 'nuxt3-leaflet' - ] -}) +npx nuxi@latest module add nuxt3-leaflet ``` That's it! You can now use Leaflet in your Nuxt app ✨