Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorBracewell authored May 22, 2022
1 parent 3d747cf commit 80d75e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 80d75e2

Please sign in to comment.