From 99dbfeaaa9f7fb9e005d36c0f5acf8099fb34ea1 Mon Sep 17 00:00:00 2001 From: Yandrik Date: Fri, 30 Dec 2022 18:24:03 +0100 Subject: [PATCH] doc: fix: Fixed documentation error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88624c5..817597e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It was created for educational use, and is therefore **not production code.** Ke This program renders hard-coded shapes to the terminal. The angle at which this happens can be controlled by using the `W, A, S, D, Q` and `E` keys. -To quit the application, use the `q`, `ESC` or `BACKSPACE` keys. +To quit the application, use the `c`, `ESC` or `BACKSPACE` keys. ### Building