From adb04c2f4e96378c10c2739de42f3490f6ba49c0 Mon Sep 17 00:00:00 2001 From: Ivan Starkov Date: Thu, 29 Oct 2015 21:32:02 +0300 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 62915fe..c3347df 100644 --- a/README.md +++ b/README.md @@ -9,38 +9,47 @@ It allows you to create interfaces like this [example](http://istarkov.github.io ##Features ###Works with your Components + Instead of the ugly Google Maps markers, balloons and other map components, you can render your cool animated react components on the map. ###Isomorphic Rendering + It renders on the server. *(Welcome search engines)* *(you can disable javascript in browser dev tools, and reload any example page to see how it works)* ###Component Positions Calculated Independently of Google Maps API + It renders components on the map before (and even without) the Google Maps API loaded. ###Google Maps API Loads on Demand + There is no need to place a ` ``` + --- + (*Really big thanks to [April Arcus](https://github.com/AprilArcus) for documentation fixes*) (*thank you [Dan Abramov](http://gaearon.github.io/react-dnd/) for titles structure*) (*great thanks to [Vladimir Akimov](https://github.com/b2whats) he knows why*) ## License + MIT (http://www.opensource.org/licenses/mit-license.php)