From ba012d990277afdb5e39f0bfedf0fcad36879c7f Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Wed, 13 Aug 2014 22:16:53 -0400 Subject: [PATCH] Fix server docs. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ecfc0860..a1854667f 100644 --- a/README.md +++ b/README.md @@ -171,14 +171,14 @@ To run a service: ```console $ moto_server ec2 - * Running on http://127.0.0.1:5000/ + * Running on http://0.0.0.0:5000/ ``` You can also pass the port as the second argument: ```console -$ moto_server ec2 3000 - * Running on http://127.0.0.1:3000/ +$ moto_server ec2 -p3000 + * Running on http://0.0.0.0:3000/ ```