From 20a4399ddd9d08a8d0587babed4fcce87caa8a47 Mon Sep 17 00:00:00 2001 From: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Date: Thu, 20 Feb 2025 07:40:42 +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 0e53ea72..8aaff518 100644 --- a/examples/1-basic-map/README.md +++ b/examples/1-basic-map/README.md @@ -39,7 +39,6 @@ To see our **first map app**, we start the development server: ```shell npm run dev -``` Now, we can open the project in the browser and explore our interactive map! 😊