gta-v-map 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,15 +33,13 @@ L.marker([Y,X], {icon: customIcon(1)}).addTo(Icons["Example"]).bindPopup("I am h
33
33
  How use CustomIcon
34
34
  The parameter in the customIcon function is the name of the .png picture in the blips folder
35
35
  ```
36
- For /blips/1.png we will use customIcon(1)}
36
+ For /blips/1.png we will use customIcon(1)
37
37
  ```
38
38
  ## Screenshots
39
39
  | Atlas | Grid | Satellite |
40
40
  | ------------- | ------------- | ----------------|
41
- | !["Atlas Screenshot"](https://cdn.discordapp.com/attachments/691276350962794496/908677027530407966/unknown.png) | !["Grid Screebshot"](https://cdn.discordapp.com/attachments/691276350962794496/908677312109764608/unknown.png) | !["Satellite Screenshot"](https://cdn.discordapp.com/attachments/691276350962794496/908676688043454495/unknown.png) |
41
+ | !["Atlas Screenshot"](https://docs.ricearaul.com/gta-v-map/sattelite.png) | !["Grid Screebshot"](https://docs.ricearaul.com//gta-v-map/atlas.png) | !["Satellite Screenshot"](https://docs.ricearaul.com//gta-v-map/grid.png) |
42
42
 
43
- Custom blip
44
- !["Customblip Screnshot"](https://cdn.discordapp.com/attachments/691276350962794496/908677500069109800/unknown.png)
45
43
  ## License
46
44
 
47
45
  GTA V MAP LEAFLET is licensed under MIT License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gta-v-map",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "GTA V interactive map as a Lit web component",
5
5
  "license": "MIT",
6
6
  "author": "RiceaRaul",