Skip to content

Commit 786b66d

Browse files
committed
Fix ReadMe
1 parent 2627a96 commit 786b66d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
[![License][license-src]][license-href]
66
[![Nuxt][nuxt-src]][nuxt-href]
77

8-
A Nuxt 3 module to use Leaflet.
8+
A Nuxt module to use Leaflet.
99
It was made using [Vue Leaflet](https://github.com/vue-leaflet/vue-leaflet) which is a Vue 3 wrapper for Leaflet, that exposes the original Leaflet API as Vue components.
1010

11-
This module is really just about making it work with Nuxt 3 without the need to configure anything.
11+
This module is really just about making it work with Nuxt without the need to configure anything.
1212

1313
- [ Release Notes](/CHANGELOG.md)
1414
<!-- - [🏀 Online playground](https://stackblitz.com/github/nuxtjs/leaflet?file=playground%2Fapp.vue) -->
@@ -57,12 +57,6 @@ For a complete list of the components available, check out the [official documen
5757
import { ref } from 'vue'
5858
const zoom = ref(6)
5959
</script>
60-
61-
<style>
62-
body {
63-
margin: 0;
64-
}
65-
</style>
6660
```
6761

6862
## Development

0 commit comments

Comments
 (0)