chore(readme): fix layout

This commit is contained in:
Ariel 2023-11-24 21:27:50 +08:00 committed by GitHub
parent 451bf541bb
commit 67134dc4ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<center>
<p align="center">
<img src="public/icon.jpeg" style="height: 100px; border-radius: 50%"/>
<h1>nanoMap</h1>
</center>
</p>
<h1 align="center">nanoMap</h1>
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
```
```