diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml
index e3d20e26e46a9fbad714fbf8663dbe154c725913..82423433b27a418a12c37b07bf31414d2367cbe8 100644
--- a/tutorial/tutorial.wmml
+++ b/tutorial/tutorial.wmml
@@ -243,7 +243,8 @@ Typing <tt>pike hello_world.pike</tt> to run our program may seem a bit
 unpractical. Fortunately, Unix provides us with a way of automating this
 somewhat. If we modify hello_world.pike to look like this:
 <p>
-<example language=pike/local/bin/pike
+<example language=pike>
+	#!/usr/local/bin/pike
 
 	int main()
 	{