]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - README-nominatim-docker.md
correct various typos
[nominatim-ui.git] / README-nominatim-docker.md
index cd941d7b003aa4a0363d2f1ddf11b3dc223b0162..be662f9b645c55473c7c62c8e5b12b0483853a8b 100644 (file)
@@ -4,14 +4,14 @@ This document assumes you followed the [nominatim-docker](https://github.com/med
 
 nominatim-ui is a separate project and it's not planned to add the UI to the nominatim-docker installation.
 
-The following instructions might still be useful and/or help futher automate such an installation.
+The following instructions might still be useful and/or help further automate such an installation.
 
 ```bash
 # Log into the running container
 docker exec -it nominatim /bin/bash
 
 # Download stable nominatim-ui release
-# available verions: https://github.com/osm-search/nominatim-ui/releases
+# available versions: https://github.com/osm-search/nominatim-ui/releases
 VERSION=3.4.0
 cd /tmp
 curl -L --fail -o nominatim-ui.tar.gz https://github.com/osm-search/nominatim-ui/releases/download/v${VERSION}/nominatim-ui-${VERSION}.tar.gz