From 810dfe78a8b03dda93061c62ae7fadb14e3c49d2 Mon Sep 17 00:00:00 2001 From: Ivan Starkov Date: Thu, 15 Oct 2015 02:54:13 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 223c6ac..f961aad 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,8 @@ npm install --save google-map-react ``` ### bower -``` -bower install --save google-map-react -``` -The global will be available at: `window.GoogleMapReact` - +We no longer intend to support Bower. Please stop using Bower. NPM works very well for front-end development, and you should use it instead. ((c)Dan Abramov) +UMD AMD and other build are available under dist folder after `npm install` ##What's it Look Like? In the simple case you just need to add `lat` `lng` props to any child of `GoogleMap` component.