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:
Dan Cielos 2025-05-23 13:28:26 -06:00 committed by GitHub
parent 5776154425
commit 85378efade
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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