diff --git a/README.mdown b/README.mdown index 0e3f8aa..539b1fa 100644 --- a/README.mdown +++ b/README.mdown @@ -1,6 +1,6 @@ # What is this? -A DCPU_16 implementation in Python. See [the spec](http://0x10c.com/doc/dcpu-16.txt) +A DCPU_16 implementation in Python. See [the spec](http://0x10c.com/doc/dcpu-16.txt). # But what's the goal of this? There's another one already! @@ -10,7 +10,7 @@ Well, what's wrong with taking another stab at it? Besides, I personnally felt i It's meant to be used interactively via the Python REPL as well as programmatically. I might implement a specific ASM REPL at some point. -example: +An example: from dcpu_16 import CPU c = CPU(debug=True)