From f51eb19d0ab245709be4c528ab6a99e31878a984 Mon Sep 17 00:00:00 2001 From: AT Date: Thu, 14 Jul 2022 23:51:55 +0200 Subject: [PATCH] fixed example code in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52d44aca..8bb7582b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The Map Component based on [leaflet](https://leafletjs.com) is the crystalisatio The map shows places, events and people at their respective position whith nice and informative Popups. Tags, colors and clusters help to retain the overview. -[Include](/docs/utopia-ui/getting-started) it somewhere in your React Application, pass some data and the required props. +Include it somewhere in your React Application, pass some data and the required props. ### Getting Started @@ -28,7 +28,7 @@ then import in your React App import UtopiaMap from 'utopia-ui' ``` -use the [Map UI Component](/docs/utopia-ui/map-components/map) +use the Map UI Component ```jsx height='360px'