aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-05-23 22:50:05 +0200
committerGravatar Christopher Baklid <[email protected]>2018-05-23 22:50:05 +0200
commited314218a95a9698e36afca5aa110b7f19e8125d (patch)
treec4e7d18e87f39e51b1df774dd3b8291e7d80e05b
parentupdate readme (diff)
update readme
-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