Skip to content

Commit ebf04d9

Browse files
committed
README updated
1 parent 86744d7 commit ebf04d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
First of all you need to install Mapbox GL and Vue-mapbox. [See vue-mapbox doc](https://soal.github.io/vue-mapbox/#/quickstart)
88

9-
Install mabbox-gl-geocoder:
9+
Install mabbox-gl-geocoder and vue-mapbox-geocoder:
1010

1111
```bash
12-
npm i @mapbox/mapbox-gl-geocoder
12+
npm i @mapbox/mapbox-gl-geocoder vue-mapbox-geocoder
1313
```
1414

1515
Then, on plugin registration you need to add plugins option:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"license": "MIT",
1818
"private": false,
1919
"bugs": {
20-
"url": "https://github.com/soal/vue-mapbox/issues"
20+
"url": "https://github.com/soal/vue-mapbox-geocoder/issues"
2121
},
2222
"homepage": "https://soal.github.io/vue-mapbox",
2323
"jest": {

0 commit comments

Comments
 (0)