Update Readme.md

Fix example
This commit is contained in:
Michael Diego 2018-05-11 10:54:26 -03:00 committed by GitHub
parent 7de6933b57
commit 586d9c4d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ It allows you to create interfaces like this [example](http://google-map-react.g
In the simple case you just need to add `lat` and `lng` props to any child of `GoogleMapReact` component.
[See it in action at jsbin](https://jsbin.com/gaxapezowo/1/edit?js,output)
[See it in action at jsbin](https://jsbin.com/dihewakive/2/edit?js,output)
```javascript
import React, { Component } from 'react';