cosmetic fix

This commit is contained in:
Loic Nageleisen 2012-04-06 12:07:55 +02:00
parent 462a2993ea
commit 6bb632cf85

View file

@ -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!