From f48920cc03b25b0f73a5a3610b8c2327ea08a7f1 Mon Sep 17 00:00:00 2001 From: AT Date: Sat, 9 Jul 2022 21:28:45 +0200 Subject: [PATCH] README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea50e317..9ee6f1b2 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,17 @@ Map UI is a JavaScript Map Library to create nice and easy to use Maps install via npm -``` +```bash npm install utopia-ui ``` then import in your React App -``` +```jsx import UtopiaMap from 'utopia-ui' ``` use the [Map UI Component](/docs/utopia-ui/map-components/map) -``` +```jsx height='360px' width='100vw'