From 0afd46ca6f902c207a5303cee4669d17fa761260 Mon Sep 17 00:00:00 2001 From: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Date: Wed, 5 Mar 2025 19:30:41 +0000 Subject: [PATCH] Update README.md fixed url --- examples/1-basic-map/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/1-basic-map/README.md b/examples/1-basic-map/README.md index 2e76b367..db387259 100644 --- a/examples/1-basic-map/README.md +++ b/examples/1-basic-map/README.md @@ -21,7 +21,7 @@ npm install utopia-ui Now, we open `src/App.tsx` and replace its content with the following: -```tsxhttp://localhost:5174/ +```tsx import { UtopiaMap } from "utopia-ui"; function App() { @@ -41,6 +41,6 @@ To see our **first map app**, we start the development server: npm run dev ``` -Now, we can open [localhost:5174](http://localhost:5174/) in the browser and explore our interactive map! 😊 +Now, we can open [localhost:5173](http://localhost:5173/) in the browser and explore our interactive map! 😊 ➡️ In [Example 2](../2-static-layers/), we'll add **static data** to our map.