| Index: mojo/apps/js/main.js
|
| diff --git a/mojo/apps/js/main.js b/mojo/apps/js/main.js
|
| index 010146fa3de3ee1f009d5090a8b59740be6b8996..f8be85c3f77cf85c9564b63b42a05f04a40ab1fe 100644
|
| --- a/mojo/apps/js/main.js
|
| +++ b/mojo/apps/js/main.js
|
| @@ -5,11 +5,11 @@
|
| // This trivial app just loads "cnn.com" using the Mojo Network and URLLoader
|
| // services and then prints a brief summary of the response.
|
| //
|
| -// To run it using js_standalone (don't forget the quotes):
|
| +// To run it using mojo_js_standalone (don't forget the quotes):
|
| // mojo_shell 'mojo://js_standalone THIS_DIR/main.js'
|
| //
|
| -// To run it using js_content_handler this file must be specified as a URL. For
|
| -// example:
|
| +// To run it using mojo_js_content handler this file must be specified as
|
| +// a URL. For example:
|
| // (cd YOUR_DIR/mojo/apps/js; python -m SimpleHTTPServer ) &
|
| // mojo_shell \
|
| // --content-handlers=application/javascript,mojo://js_content_handler \
|
|
|