From a1aa3141f7e11e4423d7259bc240296c44e9dd44 Mon Sep 17 00:00:00 2001 From: Michael Diego Date: Sun, 13 May 2018 15:47:58 -0300 Subject: [PATCH] Fix README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 553fb2e..7ec0127 100644 --- a/README.md +++ b/README.md @@ -105,11 +105,11 @@ Now every object on the map can be hovered (however, you can still use css hover * Example project: [main](http://google-map-react.github.io/google-map-react/map/main/) ([source](https://github.com/google-map-react/google-map-react-examples/blob/master/web/flux/components/examples/x_main/main_map_block.jsx)); [balderdash](http://google-map-react.github.io/google-map-react/map/balderdash/) (same source as main) -* Clustering example ([source](https://github.com/google-map-react/google-map-clustering-example)) -[google-map-clustering-example](http://google-map-react.github.io/google-map-clustering-example/) +* Clustering example (**new**: [source](https://github.com/istarkov/google-map-clustering-example)) +[google-map-clustering-example](http://istarkov.github.io/google-map-clustering-example/) -* How to render thousands of markers (**new**) -[google-map-thousands-markers](https://google-map-react.github.io/google-map-thousands-markers/) +* How to render thousands of markers (**new**: [source](https://github.com/istarkov/google-map-thousands-markers)) +[google-map-thousands-markers](https://istarkov.github.io/google-map-thousands-markers/) * All api examples: [google-map-react-examples](https://github.com/google-map-react/google-map-react-examples)