diff --git a/README.md b/README.md index 216ea38db..a88c5a252 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ For a Leaflet 0.5 compatible version, [Download b128e950](https://github.com/Lea For a Leaflet 0.4 compatible version, [Download the 0.2 release](https://github.com/Leaflet/Leaflet.markercluster/archive/0.2.zip) ## Using the plugin + +Install with Bower: `bower install leaflet.markercluster` + See the included examples for usage. The [realworld example](http://leaflet.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. diff --git a/bower.json b/bower.json new file mode 100644 index 000000000..e57641424 --- /dev/null +++ b/bower.json @@ -0,0 +1,18 @@ +{ + "name": "leaflet.markercluster", + "version": "0.4.0", + "homepage": "https://github.com/Leaflet/Leaflet.markercluster", + "authors": [ + "Dave Leaver " + ], + "description": "Marker Clustering plugin for Leaflet.", + "main": "dist/leaflet.markercluster.js", + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} \ No newline at end of file