From 6c0944b7b2664b1d2ac561bef48ad221b6f67e29 Mon Sep 17 00:00:00 2001 From: hneemann Date: Sat, 10 Sep 2016 18:07:00 +0200 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d983e43a..1e347c5b8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ These are the main features of Digital: - Fast-run mode to perform a simulation without updating the GUI. A simple processor can be clocked at 100kHz. - Display of LST files when executing assembly programs within such a processor. -- Simple remote TCP interface which e.g. enables an [assembler IDE](https://github.com/hneemann/Assembler) to control the simulator. +- Simple remote TCP interface which e.g. allows an [assembler IDE](https://github.com/hneemann/Assembler) to control the simulator. - Direct export of JEDEC files which you can flash to a [GAL16v8](http://www.atmel.com/devices/ATF16V8C.aspx) or a [GAL22v10](http://www.atmel.com/devices/ATF22V10C.aspx). These chips are somewhat outdated (introduced in 1985!) but sufficient for beginners exercises, easy to understand and well documented. @@ -147,7 +147,7 @@ If you would like to build Digital from the source code: * maven is used as build system, so the easiest way is to install [maven](https://maven.apache.org/). * After that you can simply run `mvn install` to build Digital. * With `mvn site` you can create a checkstyle, a findbugs and a cobertura code coverage report. -* Most IDEs (Eclipse, NetBeans, IntelliJ) are able to import the `pom.xml` to setup a project. +* Most IDEs (Eclipse, NetBeans, IntelliJ) are able to import the `pom.xml` to create a project. ## Contribution guidelines ##