diff --git a/neat.html.markdown b/neat.html.markdown
index 0328a597..db64f59f 100644
--- a/neat.html.markdown
+++ b/neat.html.markdown
@@ -22,7 +22,7 @@ Neat is basically a smaller version of D1 with some experimental syntax and a fo
+/
// Module name. This has to match the filename/directory.
-module neat;
+module LearnNeat;
// Make names from another module visible in this one.
import std.file;