Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Install with [bower](http://bower.io).
```bash
bower install markerclustererplus --save
```

### Additional Features

* hideLabel option - removes numbers on the clusters
Expand All @@ -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

Expand Down