diff --git a/routing/README.md b/routing/README.md index ed06f0e..90ba891 100644 --- a/routing/README.md +++ b/routing/README.md @@ -2,7 +2,7 @@ Etas, routes and turn by turn directions # Routing Service -The routing service provides a faster and cheaper alternative to the Google Maps API. +A simpler, faster and cheaper alternative to the Google Maps API. Get etas, routes, and turn by turn directions all from OpenStreetMap data. Powered by [project-osrm.org](http://project-osrm.org/). diff --git a/routing/publicapi.json b/routing/publicapi.json index c0dff2a..22be477 100644 --- a/routing/publicapi.json +++ b/routing/publicapi.json @@ -2,5 +2,5 @@ "name": "routing", "icon": "🧭", "category": "logistics", - "display_name": "Routing" + "display_name": "Routes" }