diff --git a/README.md b/README.md index b7c846d..9db9796 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ with any plugin that adds to / removes markers from map (e.g. [LeafletSlider](ht ### Installing the sub-plugin #### Local copy -1. Download the "`leaflet.markercluster.layersupport.js`" file from the [`v1.0.2` release](https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport/releases/tag/v1.0.2). +1. Download the "`leaflet.markercluster.layersupport.js`" file from the [`v1.0.3` release](https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport/releases/tag/v1.0.3). 2. Place the file alongside your page. 3. Add the `script` tag (see [Quick Guide > HTML](#quick-guide)) to your page after Leaflet and Leaflet.markercluster scripts. @@ -73,7 +73,7 @@ You can alternatively use the free [unpkg](https://unpkg.com) CDN service, but k ```html - + ```