rename routing to routes

This commit is contained in:
Asim Aslam
2022-02-15 12:58:37 +00:00
parent 4848626bdc
commit 0f39c8bf4d
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ Etas, routes and turn by turn directions
# Routing Service # 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. Get etas, routes, and turn by turn directions all from OpenStreetMap data.
Powered by [project-osrm.org](http://project-osrm.org/). Powered by [project-osrm.org](http://project-osrm.org/).

View File

@@ -2,5 +2,5 @@
"name": "routing", "name": "routing",
"icon": "🧭", "icon": "🧭",
"category": "logistics", "category": "logistics",
"display_name": "Routing" "display_name": "Routes"
} }