From 62fa797088b466da88c04770608eff49d301c327 Mon Sep 17 00:00:00 2001 From: faiface <faiface@ksp.sk> Date: Tue, 23 May 2017 22:06:43 +0200 Subject: [PATCH] clarify typewriter doc --- examples/typewriter/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/typewriter/README.md b/examples/typewriter/README.md index 70433a5..3eaebfc 100644 --- a/examples/typewriter/README.md +++ b/examples/typewriter/README.md @@ -7,4 +7,7 @@ randomly. ASCII and Latin characters are supported here. Feel free to add support for more characters in the code (it's easy, but increases load time). +The seemingly buggy letters (one over another) in the screenshot are not bugs, but a result of using +the typewriter backspace functionality. +  \ No newline at end of file -- GitLab