From 73409c20423868ec91fb074fb38cb46a502719e5 Mon Sep 17 00:00:00 2001 From: antontranelis <31516529+antontranelis@users.noreply.github.com> Date: Fri, 24 Jan 2025 12:42:34 +0000 Subject: [PATCH] Update README.md --- examples/1-basic-map/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/1-basic-map/README.md b/examples/1-basic-map/README.md index 6f341aef..28214a9f 100644 --- a/examples/1-basic-map/README.md +++ b/examples/1-basic-map/README.md @@ -5,7 +5,7 @@ In this example we see how we create a basic React app with a Map component usin For this example we use Vite to create an empty React app called "utopia-static-map" ```shell -npm create vite@latest utopia-static-map -- --template react +npm create vite@latest utopia-static-map -- --template react-ts ``` We open our new app in the terminal and install the [utopia-ui](https://github.com/utopia-os/utopia-ui) package