Link gpl licence & make small grammar corrections

This commit is contained in:
lux 2017-08-20 20:04:36 +02:00
parent 976c2be385
commit 8b94dd5ed0
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Koopman TOY CPU Interpreter
This is a CPU interpreter, based on the specification of Phil Koopmans paper: "Microcoded Versus Hard-wired Control".<br>
For more details, please see in /doc.
For more details, have a look at /doc.
## Build
The project can be built using `make`.
The project can be built by using `make`.
## Usage
@ -53,5 +53,5 @@ Example: 0001000000001010 on RAM position 0 <br>
## Licence
This program by Michael Krause is licenced under the terms of the GPLv3.
This program by Michael Krause is licenced under the terms of the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.de.html).