From 67134dc4ca598135c4867a8e8d7343b19f454003 Mon Sep 17 00:00:00 2001 From: Ariel Date: Fri, 24 Nov 2023 21:27:50 +0800 Subject: [PATCH] chore(readme): fix layout --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9defb7b..ae92969 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -
+

-

nanoMap

-
+

+

nanoMap

This project is a minimalized port for scheduling route on [OpenStreetMap](https://openstreetmap.org). This front-end application is built with [Create React App](https://create-react-app.dev/) and the basic functionality uses [React Leaflet](https://react-leaflet.js.org). For more information about the backend, please refer to [arielherself/nanomap-backend](https://github.com/arielherself/nanomap-backend). @@ -23,4 +23,4 @@ Just two line of script: git clone "https://github.com/arielherself/nanomap-frontend" nanomap && npm install && npm start -``` \ No newline at end of file +```