diff --git a/README.md b/README.md index 37ebe3cea54d620d089616e4cc95279e49d7e8ec..c7048368161ae0ff4d038230afd0f826e40f107c 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