From 9a4ef55b84e85bd6e93cbdb2abb9f8da8ec9c0f8 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 11 Dec 2019 17:14:08 +1100 Subject: [PATCH] Fix simple typo: expoed -> exposed Closes #139 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25bf63aa..0327917e 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ like this: 1. Start `wdb.server.py ` running in a container and expose port `1984` to your host computer, this will server the debugging web server. 2. Start debugging in your app container, making sure to set `WDB_SOCKET_SERVER` - to the address of the server container, and point it to the expoed port + to the address of the server container, and point it to the exposed port `19840` on that server. 3. When a trace is reached, open up `http://:1984`