diff --git a/README.md b/README.md index d7bce257d..f4feae811 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![osrm-backend CI](https://github.com/Project-OSRM/osrm-backend/actions/workflows/osrm-backend.yml/badge.svg)](https://github.com/Project-OSRM/osrm-backend/actions/workflows/osrm-backend.yml) [![Codecov](https://codecov.io/gh/Project-OSRM/osrm-backend/branch/master/graph/badge.svg)](https://codecov.io/gh/Project-OSRM/osrm-backend) [![Discord](https://img.shields.io/discord/1034487840219860992)](https://discord.gg/es9CdcCXcb) -High performance routing engine written in C++14 designed to run on OpenStreetMap data. +High performance routing engine written in C++ designed to run on OpenStreetMap data. The following services are available via HTTP API, C++ library interface and NodeJs wrapper: - Nearest - Snaps coordinates to the street network and returns the nearest matches diff --git a/package.json b/package.json index 54b69e8c1..9124e8989 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@project-osrm/osrm", "version": "5.28.0-unreleased", "private": false, - "description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.", + "description": "The Open Source Routing Machine is a high performance routing engine written in C++ designed to run on OpenStreetMap data.", "dependencies": { "@mapbox/node-pre-gyp": "^1.0.10" },