diff --git a/README.md b/README.md index 474f049de6..ce3a9926e3 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ var markers = new L.MarkerClusterGroup({ options: { Check out the [custom example](http://danzel.github.com/Leaflet.markercluster/example/marker-clustering-custom.html) for an example of this. ### Other Options -disableClusteringAtZoom: If set, at this zoom level and below markers will not be clustered. This defaults to disabled +disableClusteringAtZoom: If set, at this zoom level and below markers will not be clustered. This defaults to disabled. [See Example](http://danzel.github.com/Leaflet.markercluster/example/marker-clustering-realworld-maxzoom.388.html) ### Events diff --git a/example/marker-clustering-realworld-maxzoom.388.html b/example/marker-clustering-realworld-maxzoom.388.html index a6a14e6d04..b6d9ecb0ea 100644 --- a/example/marker-clustering-realworld-maxzoom.388.html +++ b/example/marker-clustering-realworld-maxzoom.388.html @@ -19,7 +19,7 @@
- Mouse over a cluster to see the bounds of its children and click a cluster to zoom to those bounds + Markers will show on the bottom 2 zoom levels even though the markers would normally cluster.