diff --git a/examples/typewriter/README.md b/examples/typewriter/README.md
index 0813bb0b823a52bf5bdef30176f945dbd3adacc4..70433a5ad2c83c583b39e417b2a93eb4206e9a04 100644
--- a/examples/typewriter/README.md
+++ b/examples/typewriter/README.md
@@ -4,4 +4,7 @@ This example demonstrates text drawing and text input facilities by implementing
 with a red laser cursor. Screen shakes a bit when typing and some letters turn bold or italic
 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).
+
 ![Screenshot](screenshot.png)
\ No newline at end of file