mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
Update README.md (fixed a typo) (#1210)
Hi! I found a simple typo on README, so I figured I might as well fix it.
This commit is contained in:
parent
5776154425
commit
85378efade
@ -46,7 +46,7 @@ export default function SimpleMap(){
|
||||
|
||||
### My map doesn't appear!
|
||||
|
||||
- Make sure the container element has width and height. The map will try to fill the parent container, but if the container has no size, the map will collapse to 0 width / height. This is not a requirement for google-map-react, [its a requirement for google-maps in general](https://developers.google.com/maps/documentation/javascript/tutorial).
|
||||
- Make sure the container element has width and height. The map will try to fill the parent container, but if the container has no size, the map will collapse to 0 width / height. This is not a requirement for google-map-react, [it's a requirement for google-maps in general](https://developers.google.com/maps/documentation/javascript/tutorial).
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user