tests: update sav/test_parser* because AST changes
[nit.git] / contrib / brainfuck / README.md
index 136b674..8715228 100644 (file)
@@ -29,6 +29,6 @@ First, compile the interpreter with the Nit compiler/interpreter, and launch the
 
 Example:
 ~~~
-nitg ./brainfuck.nit
+nitc ./brainfuck.nit
 ./brainfuck ./examples/hello.bf
 ~~~