X-Git-Url: http://nitlanguage.org diff --git a/contrib/nitcc/README.md b/contrib/nitcc/README.md index 82ee0ff..91e9ad1 100644 --- a/contrib/nitcc/README.md +++ b/contrib/nitcc/README.md @@ -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