README.md in jekyll-maps-1.1.2 vs README.md in jekyll-maps-1.1.3

- old
+ new

@@ -76,11 +76,11 @@ ``` ### Marker Cluster By default [Marker Clusterer](https://github.com/googlemaps/js-marker-clusterer) is enabled. -If you have many markers on the map, it will group them and show icon with the count of markers in each cluster - [See example](https://googlemaps.github.io/js-marker-clusterer/examples/advanced_example.html) +If you have many markers on the map, it will group them and show icon with the count of markers in each cluster - [see example](https://googlemaps.github.io/js-marker-clusterer/examples/advanced_example.html). If you don't want to use marker cluster, you can disable it globally in `_config.yml`: ```yml maps: @@ -106,5 +106,9 @@ 1. Fork it (https://github.com/ayastreb/jekyll-maps/fork) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request + +## License + +[MIT](https://github.com/ayastreb/jekyll-maps/blob/master/LICENSE). Feel free to use, copy or distribute it.