From ccebc083d878b680e201e9ed24fcdcd9570723c4 Mon Sep 17 00:00:00 2001 From: cybice Date: Mon, 15 Jun 2015 18:54:33 +0300 Subject: [PATCH] fix: #6 readme example reference --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a8c167f..ce023a1 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ This algorithm allows you to tweak hover probability of map objects, for example * Placing react components on the map [simple](http://istarkov.github.io/google-map-react/map/simple/) ([source](https://github.com/istarkov/google-map-react-examples/blob/master/web/flux/components/examples/x_simple/simple_map_page.jsx)) +* Custom map options example + [options example](http://istarkov.github.io/google-map-react/map/options/) ([source](https://github.com/istarkov/google-map-react-examples/blob/master/web/flux/components/examples/x_options/options_map_page.jsx)) + * Hover effects [simple hover](http://istarkov.github.io/google-map-react/map/simple_hover/) ([source](https://github.com/istarkov/google-map-react-examples/blob/master/web/flux/components/examples/x_simple_hover/simple_hover_map_page.jsx)) [distance hover](http://istarkov.github.io/google-map-react/map/distance_hover/) ([source](https://github.com/istarkov/google-map-react-examples/blob/master/web/flux/components/examples/x_distance_hover/distance_hover_map_page.jsx))