From 2fe97667b3f388527625f913b17b720b5c0d2bfd Mon Sep 17 00:00:00 2001 From: Reza <98152791+rkube-rvk@users.noreply.github.com> Date: Thu, 17 Feb 2022 12:51:53 +0100 Subject: [PATCH] Fix relevant typo in README.md . (#16) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9168c2f..6ee99e3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ For a quick startup you can run the following command to create the andorra rout ``` docker run -p 8989:8989 israelhikingmap/graphhopper --url https://download.geofabrik.de/europe/andorra-latest.osm.pbf --host 0.0.0.0 ``` -Then surf to `http://loaclhost:8989/` +Then surf to `http://localhost:8989/` You can also completely override the entry point and use this for example: ```