Index: examples/js/wget.js |
diff --git a/examples/js/wget.js b/examples/js/wget.js |
index f3ed3fb6889b89a90b842f4033d852fcea3275f7..107ada962b3c20709253b2f788c23ace49d80e95 100644 |
--- a/examples/js/wget.js |
+++ b/examples/js/wget.js |
@@ -1,4 +1,4 @@ |
-#!mojo:js_content_handler |
+#!mojo mojo:js_content_handler |
// Demonstrate use of the Mojo network service to load a URL. To run this |
// application with mojo_shell, set DIR to be the absolute path for this |
// directory, then: |