diff --git a/README.md b/README.md index 130eeff..beff635 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

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). +**nanoMap** is a minimalized port for scheduling route on [OpenStreetMap](https://openstreetmap.org). This application is built with [Create React App](https://create-react-app.dev/) and the basic functionality uses [React Leaflet](https://react-leaflet.js.org) and [Vercel Serverless Functions](https://vercel.com/docs/functions/serverless-functions). # Deployment @@ -11,7 +11,7 @@ This project is a minimalized port for scheduling route on [OpenStreetMap](https An instance is deployed at https://nanomap.vercel.app. You can also click the button below to deploy with your own account. -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Farielherself%2Fnanomap-frontend&project-name=nanomap-frontend&repository-name=nanomap-frontend&demo-title=nanoMap&demo-description=A%20minimalized%20port%20for%20scheduling%20route%20on%20OpenStreetMap&demo-url=https%3A%2F%2Fnanomap.vercel.app) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Farielherself%2Fnanomap&project-name=nanomap&repository-name=nanomap&demo-title=nanoMap&demo-description=A%20minimalized%20port%20for%20scheduling%20route%20on%20OpenStreetMap&demo-url=https%3A%2F%2Fnanomap.vercel.app) ## On your server @@ -20,7 +20,7 @@ _Please install the latest version of [Node.js](https://nodejs.org) and [npmJS]( Just four line of script: ```shell -git clone "https://github.com/arielherself/nanomap-frontend" nanomap && +git clone "https://github.com/arielherself/nanomap" nanomap && cd nanomap && npm install && npm start