diff --git a/docs/tutorial.md b/docs/tutorial.md
index d9ca8729..3e197261 100644
--- a/docs/tutorial.md
+++ b/docs/tutorial.md
@@ -43,6 +43,7 @@ For this tutorial we'll use prebuilt JavaScript files on a CDN. Open up your fav
       /**
        * @jsx React.DOM
        */
+      // The above declaration must remain intact at the top of the script.
       // Your code here
     </script>
   </body>