Skip to content

Commit c1f6781

Browse files
author
Jack Carter
committed
Fix typo and image positioning in Readme
1 parent ac85ca8 commit c1f6781

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ if __name__ == "__main__":
126126
##### `Map()` Parameters
127127

128128
- **lat**: The latitude coordinate for centering the map.
129-
- **lng**: The longitutde coordinate for centering the map.
129+
- **lng**: The longitude coordinate for centering the map.
130130
- **zoom**: The zoom level. Defaults to `13`.
131131
- **maptype**: The map type - `ROADMAP`, `SATELLITE`, `HYBRID`, `TERRAIN`. Defaults to `ROADMAP`.
132132
- **markers**: Markers array of tuples having (**lat**, **lng**, infobox, icon, label). Defaults to `None`.
@@ -254,6 +254,7 @@ Map(
254254
```
255255

256256
Which results in something like the following map:
257+
257258
<img width="271" alt="Map showing markers with labels" src="https://user-images.githubusercontent.com/708882/92332217-a3363280-f041-11ea-975c-0ac9413ada68.png">
258259

259260
### Fit all markers within bounds

0 commit comments

Comments
 (0)