From 80d75e2ae0926f631ad962385a053d7e6b97a1ef Mon Sep 17 00:00:00 2001 From: Brace Date: Sun, 22 May 2022 01:44:55 +0100 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 068f6dc..3055dd6 100644 --- a/readme.md +++ b/readme.md @@ -15,7 +15,7 @@ This is a collection of implementations of the [Little Man Computer](https://en. ## Project Layout Each language folder contains the full project that acts as the implementation of the computer in that language. Where possible, project files will live in the root of that folder, and the implementation source code will be in a `src/` folder. Any dependencies or output folders will generated with the language deafults. -Each implementation aims to include the following features +Each implementation aims to include the following features: - An entry point that will accept a path to a `.lmc` file.