| Index: examples/go/README.txt
|
| diff --git a/examples/go/README.txt b/examples/go/README.txt
|
| index 501873e0ceb8eca2a25884069cf75ecbfd449886..58014a516f6d1e3a5d098905c6cd9bc524e0743c 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/devtools/common/mojo_shell --enable-multiprocess mojo:go_echo_client
|
| +$ mojo/devtools/common/mojo_run --enable-multiprocess mojo:go_echo_client
|
|
|
| To run http handler:
|
| -$ mojo/devtools/common/mojo_shell --enable-multiprocess mojo:go_http_handler
|
| +$ mojo/devtools/common/mojo_run --enable-multiprocess mojo:go_http_handler
|
|
|
| To run http server:
|
| -$ mojo/devtools/common/mojo_shell --enable-multiprocess mojo:go_http_server
|
| +$ mojo/devtools/common/mojo_run --enable-multiprocess mojo:go_http_server
|
|
|