Update README.md

This commit is contained in:
Andros Fenollosa 2018-12-14 14:00:39 +01:00 committed by GitHub
parent 85246803d9
commit 0153361058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ Label to generate the openstreetmap iframe from the country and region.
## Demo
``` html
<map address="valencia" region="spain" delay="0" width="100%" height="300"></map>
<map address="valencia" region="spain" width="100%" height="300"></map>
```
Build the following result:
@ -46,5 +46,5 @@ Build the following result:
### 4 Add the HTML tag with your settings
``` html
<map address="valencia" region="spain" delay="0" width="100%" height="300"></map>
<map address="valencia" region="spain" width="100%" height="300"></map>
```