From 298613ba6e17030c36f7c3d82dc7e58ccf2cba7a Mon Sep 17 00:00:00 2001
From: tuhe <tuhe@dtu.dk>
Date: Tue, 21 Sep 2021 08:31:47 +0000
Subject: [PATCH] Update readme.md

---
 examples/autolab_example/readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/autolab_example/readme.md b/examples/autolab_example/readme.md
index 59739cd..8d86b45 100644
--- a/examples/autolab_example/readme.md
+++ b/examples/autolab_example/readme.md
@@ -12,7 +12,7 @@ python jobManager.py
 
 To start `Autolab`
 ```terminal
-cd ~/Autolab && bundle exec rails s -p 8000 --binding=0.0.0.0
+cd ~/Autolab && bundle exec rails s -p 8000 -b 0.0.0.0
 ```
 Access Autolab on https://autolab:8000 
 It is important to use this address because Tango expects requests from an `autolab` hostname. 
-- 
GitLab