Index: examples/js/hello.js |
diff --git a/examples/js/hello.js b/examples/js/hello.js |
index 4b208ce08f100f80c8352f33ab408eddb786d71e..0d4141a4db815098fc83bc4e0c4a2b781b30bef9 100644 |
--- a/examples/js/hello.js |
+++ b/examples/js/hello.js |
@@ -1,4 +1,4 @@ |
-#!mojo:js_content_handler |
+#!mojo mojo:js_content_handler |
// Demonstrate one JS Mojo application connecting to another to emit "hello |
// world". To run this application with mojo_shell, set DIR to be the absolute |
// path for this directory, then: |