From 552eab758c00f801d25463f0840a4b1dfc4f7492 Mon Sep 17 00:00:00 2001 From: Bertrand PINEL <bpinel@ippon.fr> Date: Wed, 7 Oct 2020 10:57:16 +0200 Subject: [PATCH] Initial commit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 37ebe3c..c704836 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# mapbox-patheditor +# mapbox-path-editor -This README outlines the details of collaborating on this Ember application. -A short introduction of this app could easily go here. +This application demonstrates the way to draw a path on top of a Mapbox map using Mapboxgl Javascript library. +It also demonstrates the use of Mapbox Web Services API to optimize this path on the underlying roads. ## Prerequisites @@ -15,7 +15,7 @@ You will need the following things properly installed on your computer. ## Installation * `git clone <repository-url>` this repository -* `cd mapbox-patheditor` +* `cd mapbox-path-editor` * `npm install` ## Running / Development -- GitLab