model: intro `MModule::first_real_mmodule` to get the first non-fictive module
[nit.git] / contrib / nitcc / README.md
index 82ee0ff..91e9ad1 100644 (file)
@@ -20,7 +20,7 @@ nitcc generates a bunches of control files, a lexer, a parser, and a tester.
 
 To compile and run the tester:
 
-    nitg file_test_parser.nit
+    nitc file_test_parser.nit
     ./file_test_parser an_input_file_to_parse
 
 ## Examples and regression tests