Skip to content

Commit

Permalink
minor readme typo fix, related to derekeder#66
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Mar 5, 2018
1 parent 336dc56 commit 97b53a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ To embed, you can use the following code on your page:
</iframe>
```

You must explicitly set the size of the iframe, so midify the `height` and `width` attributes as necessary. You can also control the height of the map in `css/custom.css`:
You must explicitly set the size of the iframe, so modify the `height` and `width` attributes as necessary. You can also control the height of the map in `css/custom.css`:

```css
.iframe #map_canvas { height: 500px; }
Expand Down

0 comments on commit 97b53a7

Please sign in to comment.