limit CSI params to 16 max
[fanfix.git] / README.md
index 39ae2a1cc9cc807d1f586f4fda1a0b469088955d..985b97206751bcb3161ac0c25cb6543df52a493f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -145,9 +145,13 @@ More Examples
 The examples/ folder currently contains:
 
   * A [prototype tiling window
-    manager](/examples/JavaTilingWindowManager.java) in less than 250
+    manager](/examples/JexerTilingWindowManager.java) in less than 250
     lines of code.
 
+  * A [prototype image thumbnail
+    viewer](/examples/JexerImageViewer.java) in less than 350 lines of
+    code.
+
 jexer.demos contains official demos showing all of the existing UI
 controls.  The demos can be run as follows: