From 2ec7048ab22e9118f020c048580fd416304bb41e Mon Sep 17 00:00:00 2001 From: Lloyd Watkin Date: Fri, 23 Jun 2017 13:45:47 +0100 Subject: [PATCH] Add source to clustering example (#311) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 712e7c2..556a8ec 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ npm install --save google-map-react * 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**)