another README fix

This commit is contained in:
AT 2022-07-14 23:53:07 +02:00
parent f51eb19d0a
commit 891df60c9f

View File

@ -30,14 +30,14 @@ import UtopiaMap from 'utopia-ui'
use the Map UI Component
```jsx
<UtopiaMap>
<UtopiaMap
height='360px'
width='100vw'
center={[51.3, 9.6]}
zoom={6}
places={places}
events={events}
tags = {tags}
tags = {tags}>
</UtopiaMap>
```
You can find some Sample Data (places, events, tags) for test purpose below