From 6bb632cf853dbc19c7bc8f44b8ac1f153d65d9cf Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Fri, 6 Apr 2012 12:07:55 +0200 Subject: [PATCH] cosmetic fix --- README.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index 539b1fa..6ec1122 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!