diff --git a/Cargo.toml b/Cargo.toml index 44f2169..6851b39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patp" -version = "0.1.0" +version = "0.1.1" authors = ["Joe Harrison "] edition = "2018" repository = "https://github.com/Joeyh021/PATP" diff --git a/README.md b/README.md index 153bcd2..237ecc4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PATP toolkit -This is an assembler and emulator for the PATP (Pedagogically Advanced Teaching Processor), a simple microprocessor designed by Dr Matthew Leeke for teaching CS132 at The University of Warwick. The processor specification and assembly language documentation is outlined in [the specification](Specification.md). +This is an assembler and emulator for the PATP (Pedagogically Advanced Teaching Processor), a simple microprocessor designed for teaching CS132 Computer Organisation and Architecture at The University of Warwick. The processor specification and assembly language documentation is outlined in [the specification](Specification.md). ## Usage