From 279707e742e5c1e88e8999e4ff0db2ca5eec1309 Mon Sep 17 00:00:00 2001
From: Jens Bouman <jens.bouman@student.hu.nl>
Date: Sat, 9 May 2020 16:15:45 +0200
Subject: [PATCH] Revised README

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4e75339..c6be0da 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,9 @@ This interpreter implemented the following should-haves:
 - Custom error messaging in both the Lexing and running steps of the interpreter, for example: detailing which colors at which positions are unknown
 - Advanced Language Features. All Piet commands are implemented, which includes commands such as modulo, stack rolling, and IO
 - Instruction-and-show-off video. Although I haven't made a video, I did make a infographic, detailing how the interpreter works. It can be found [here](#interpreter-infographic)
-- Visualisation through a TKinter GUI, powered by the Pygubu library: ![tkinter layout](/Info/GUI_Layout.png?raw=true)
+- Visualisation through a TKinter GUI, powered by the Pygubu library: 
+
+![tkinter layout](/Info/GUI_Layout.png?raw=true)
 
 ## Limitations
 Too large images will cause the stack to overflow. The maximum size of the image is dependent on the contents.