From fabcc3704c5a21b568621081a5d139ccb2bb3679 Mon Sep 17 00:00:00 2001 From: Rastislav Vysoky Date: Fri, 18 Jul 2025 18:01:56 +0200 Subject: [PATCH] fixed typo in api url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9650e97..3d665e5 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ Official MeshCore Map (frontend) ## Installation This is fully static and build-free site, cloning it to web location that can serve static content should be enough. -It uses backend api deployed on https://meshcore.dev/api/v1/nodes +It uses backend api deployed on https://map.meshcore.dev/api/v1/nodes ## Libraries used * [Vue3](https://github.com/vuejs/core) * [Beer.css](https://github.com/beercss/beercss) * [Leaflet](https://github.com/Leaflet/Leaflet) * [Leaflet.markercluster](https://github.com/Leaflet/Leaflet.markercluster) -* [Material icons](https://fonts.google.com/icons) \ No newline at end of file +* [Material icons](https://fonts.google.com/icons)