[Pkg-javascript-commits] [leaflet-markercluster] 310/479: Fix a minor inconsistency in the README
Jonas Smedegaard
dr at jones.dk
Thu Oct 16 16:00:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit 267a6878d8e513d7a15871d85f088e7dde14b243
Author: Stephen Pike <spike at scpike.net>
Date: Wed Jan 9 21:09:28 2013 -0500
Fix a minor inconsistency in the README
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 1a7c8d5..84db8eb 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Provides Beautiful Animated Marker Clustering functionality for Leaflet
## Using the plugin
See the included examples for usage.
-The [realworld example](http://danzel.github.com/Leaflet.markercluster/example/marker-clustering-realworld.388.html) is a good place to start, it uses all of the defaults of the clusterer.
+The [realworld example](http://danzel.github.com/Leaflet.markercluster/example/marker-clustering-realworld.388.html) is a good place to start, it uses all of the defaults of the clusterer.
Or check out the [custom example](http://danzel.github.com/Leaflet.markercluster/example/marker-clustering-custom.html) for how to customise the behaviour and appearance of the clusterer
### Usage
@@ -49,8 +49,8 @@ Check out the [custom example](http://danzel.github.com/Leaflet.markercluster/ex
### All Options
Enabled by default (boolean options):
-* **zoomToBoundsOnClick**: When you mouse over a cluster it shows the bounds of its markers.
-* **showCoverageOnHover**: When you click a cluster we zoom to its bounds.
+* **zoomToBoundsOnClick**: When you click a cluster we zoom to its bounds.
+* **showCoverageOnHover**: When you mouse over a cluster it shows the bounds of its markers.
* **spiderfyOnMaxZoom**: When you click a cluster at the bottom zoom level we spiderfy it so you can see all of its markers.
Other options
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git
More information about the Pkg-javascript-commits
mailing list