diff --git a/examples/autolab_example/readme.md b/examples/autolab_example/readme.md
index 59739cd2323567924d2eed70ef999fd3a29450ce..8d86b45b11dc770d79dfa2181d5147bca9dd8de4 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.