From d2972124cecc46bb613317671535070a124f5b0a Mon Sep 17 00:00:00 2001 From: Gerry Date: Wed, 23 Mar 2016 13:52:56 +1100 Subject: [PATCH] Add viewable versions of the documentation links --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f59762..ed25160 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Install with [bower](http://bower.io). ```bash bower install markerclustererplus --save ``` - + ### Additional Features * hideLabel option - removes numbers on the clusters @@ -40,6 +40,10 @@ To rebuild a minified version of the library try the following commands: $ npm install $ npm run build ``` +### Documentation + +* [Reference](http://htmlpreview.github.io/?https://github.com/mahnunchik/markerclustererplus/blob/master/docs/reference.html) +* [Examples](http://htmlpreview.github.io/?https://github.com/mahnunchik/markerclustererplus/blob/master/docs/examples.html) ### License