From 7231af51eb04bf32b4f94547fd34b8a191fda834 Mon Sep 17 00:00:00 2001 From: Lloyd Watkin Date: Fri, 27 Jan 2017 12:18:33 +0000 Subject: [PATCH] Add source to clustering example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08053911..15294632 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ export default class SimpleMapPage extends Component { * Example project: [main](http://istarkov.github.io/google-map-react/map/main/) ([source](https://github.com/istarkov/google-map-react-examples/blob/master/web/flux/components/examples/x_main/main_map_block.jsx)); [balderdash](http://istarkov.github.io/google-map-react/map/balderdash/) (same source as main) -* Clustering example (new) +* Clustering example ([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)