aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d4c1a70..031e817 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Start a rabbitmq instance and get the container IP
docker run --name rmq -d rabbitmq:3.7.5-alpine
docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' rmq
# expected output with default setting: 172.17.0.2
-# If not, change the snekbox/config.py file to match
+# If not, change the config.py file to match
```
start the webserver