From 60915504a9fea6c7a0e01b57dfa2e185e42e225c Mon Sep 17 00:00:00 2001 From: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Date: Thu, 20 Feb 2025 14:09:52 +0000 Subject: [PATCH] Update examples/1-basic-map/README.md Co-authored-by: Ulf Gebhardt --- examples/1-basic-map/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/1-basic-map/README.md b/examples/1-basic-map/README.md index 8aaff518..7b1f3b35 100644 --- a/examples/1-basic-map/README.md +++ b/examples/1-basic-map/README.md @@ -8,7 +8,6 @@ We'll use **Vite** to create an empty React app named **"1-static-map"**: ```shell npm create vite@latest 1-static-map -- --template react-ts -``` Next, we navigate into our project folder and install the [utopia-ui](https://github.com/utopia-os/utopia-ui) package: