@arenarium/maps 1.0.202 → 1.0.205

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.
package/README.md CHANGED
@@ -55,7 +55,7 @@ First, install the `maplibre-gl` library:
55
55
  npm install maplibre-gl
56
56
  ```
57
57
 
58
- Next, create a `MapLibreProvider` instance which requires a `maplibre.Map` class, a `maplibre.Marker` class and a `MapOptions` object. Use the `MapLibreProvider` instance, along with the API key, to initialize the map manager.
58
+ Next, create a `MapLibreProvider` instance which requires a `maplibre.Map` class, a `maplibre.Marker` class and a `maplibre.MapOptions` object. Use the `MapLibreProvider` instance, along with the API key, to initialize the map manager.
59
59
 
60
60
  ```js
61
61
  import maplibregl from 'maplibre-gl';