diff --git a/README.md b/README.md index 8cc98a2..32ac5f8 100644 --- a/README.md +++ b/README.md @@ -103,10 +103,10 @@ 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 (**new**) [google-map-clustering-example](http://istarkov.github.io/google-map-clustering-example/) -* How to render thousands of markers (new) +* How to render thousands of markers (**new**) [google-map-thousands-markers](https://istarkov.github.io/google-map-thousands-markers/) * All api examples: @@ -115,6 +115,9 @@ export default class SimpleMapPage extends Component { * jsbin example [jsbin example](https://jsbin.com/roqutisoqu/1/edit?js,console,output) +* webpackbin examples (**new**) +[docs with webpackbin examples](./DOC.md) (In progress) + * local develop example (new) [develop example](./develop)