From 586d9c4d1a85ae890c77bd6ce021815e885288f4 Mon Sep 17 00:00:00 2001 From: Michael Diego <6419886+itsmichaeldiego@users.noreply.github.com> Date: Fri, 11 May 2018 10:54:26 -0300 Subject: [PATCH] Update Readme.md Fix example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3622560..553fb2e 100644 --- a/README.md +++ b/README.md @@ -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';