Merge: nitunit: Use markdown2
[nit.git] / contrib / brainfuck / README.md
index 136b674..c327550 100644 (file)
@@ -28,7 +28,7 @@ Brainfuck a small instruction set, only eight instructions :
 First, compile the interpreter with the Nit compiler/interpreter, and launch the program on a brainfuck source file for interpretation.
 
 Example:
-~~~
-nitg ./brainfuck.nit
+~~~sh
+nitc ./brainfuck.nit
 ./brainfuck ./examples/hello.bf
 ~~~