From 462a2993eaa01432fbc565b04d51bc56b44d6390 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Fri, 6 Apr 2012 12:07:00 +0200 Subject: [PATCH] cosmetic stuff --- README.mdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)