From 8b94dd5ed0219e57b2b6d8fe69d20adbb19742ae Mon Sep 17 00:00:00 2001 From: lux Date: Sun, 20 Aug 2017 20:04:36 +0200 Subject: [PATCH] Link gpl licence & make small grammar corrections --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0d26f8..44fea0d 100644 --- a/README.md +++ b/README.md @@ -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".
-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
## 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).