Tweak README
Check, lint and test using Cargo / Check, lint and test (push) Successful in 5m44s Details

This commit is contained in:
Paul van Tilburg 2023-05-29 16:38:42 +02:00
parent 50b0e94839
commit 44474aa545
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 3 additions and 3 deletions

View File

@ -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