From 44474aa545ab84300d49216a1a5d9aa1e9ccab67 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Mon, 29 May 2023 16:38:42 +0200 Subject: [PATCH] Tweak README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4abb169..952d104 100644 --- a/README.md +++ b/README.md @@ -217,10 +217,10 @@ an address fails or if the position is out of bounds of the map, nothing is returned (HTTP 404). If the maps cannot/have not been downloaded or cached yet, a service unavailable error is returned (HTTP 503). -## Version endpoint +## Version API endpoint -The `/version` endpoint provides information of the current version and build -of the service. This can be used to check if it needs to be updated. +The `/version` API endpoint provides information of the current version and +build of the service. This can be used to check if it needs to be updated. Again, there is no path and no query parameters, just: ```http