From 0f39c8bf4ddf7422b645e750802e782a01697948 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 15 Feb 2022 12:58:37 +0000 Subject: [PATCH] rename routing to routes --- routing/README.md | 2 +- routing/publicapi.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }