Index: examples/go/README.txt |
diff --git a/examples/go/README.txt b/examples/go/README.txt |
index 89a1027b8df1ef00deca4f4af12a7a39b3983fd1..501873e0ceb8eca2a25884069cf75ecbfd449886 100644 |
--- a/examples/go/README.txt |
+++ b/examples/go/README.txt |
@@ -20,10 +20,10 @@ $ mojo/tools/mojob.py build |
3) Run |
To run echo client: |
-$ mojo/tools/mojo_shell.py --enable-multiprocess mojo:go_echo_client |
+$ mojo/devtools/common/mojo_shell --enable-multiprocess mojo:go_echo_client |
To run http handler: |
-$ mojo/tools/mojo_shell.py --enable-multiprocess mojo:go_http_handler |
+$ mojo/devtools/common/mojo_shell --enable-multiprocess mojo:go_http_handler |
To run http server: |
-$ mojo/tools/mojo_shell.py --enable-multiprocess mojo:go_http_server |
+$ mojo/devtools/common/mojo_shell --enable-multiprocess mojo:go_http_server |