From d9d2713b509018a25f3e88fadf0ee5eaa3279c46 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Wed, 27 Sep 2023 18:47:33 +0200 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36c1cb7..e9b0a21 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ sudo docker run --name bridgedb --rm -p [PORT1]:8183 -p [PORT2]:8080 -e SERVER_U ``` ## Opening the docker image in a browser -To enter the docker image in a browser, Windows users should enter the IP-adress of the VirtualBox, vollowed by ':8080/swagger/'. On Linux, the docker image can be entered by writing 'http://localhost:8080/swagger/' in the browser. +To enter the docker image in a browser, Windows users should enter the IP-adress of the VirtualBox, followed by ':8080/swagger/'. On Linux, the docker image can be entered by writing 'http://localhost:8080/swagger/' in the browser. ## Stopping the running container