From 33b2eea460f8663637b0f670e57b7689e79eacc9 Mon Sep 17 00:00:00 2001 From: Jens Bouman <10463991+JensBouman@users.noreply.github.com> Date: Sat, 9 May 2020 16:20:00 +0200 Subject: [PATCH] Update README.md throught -> throughout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d52851..1db2f5c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Piet interpreter Piet is an esoteric programming language, which is based on the geometric artist Piet Mondriaan. The language specifies actions based on the transitions of colors. For a detailed explanation, please visit [the official website](https://www.dangermouse.net/esoteric/piet.html) -_Note: I used the term codel as a synonym for color block throught the code._ +_Note: I used the term codel as a synonym for color block throughoutt the code._ ## Requirements The program requires the following libraries to be installed: