Skip to content

Commit cf0cf35

Browse files
authored
Fixing link to example on README
The link to the example on README is missing the `http://` part and because of that, it leads to the wrong destination. correct destination: http://fullstackreact.github.io/basic wrong destination: https://github.com/fullstackreact/google-maps-react/blob/master/fullstackreact.github.io/google-maps-react
1 parent e9ed46d commit cf0cf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default GoogleApiWrapper({
8888

8989
## Examples
9090

91-
Check out the example site at: [http://fullstackreact.github.io/google-maps-react](fullstackreact.github.io/google-maps-react)
91+
Check out the example site at: [http://fullstackreact.github.io/google-maps-react](http://fullstackreact.github.io/basic)
9292

9393
## Additional Map Props
9494
The Map component takes a number of optional props.

0 commit comments

Comments
 (0)