From: Kevin Lamonte Date: Mon, 18 Feb 2019 17:45:25 +0000 (-0600) Subject: update README X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=15c86fc23ad91f9a9bd716e0ab0b116c6f569328;p=fanfix.git update README --- diff --git a/README.md b/README.md index 0eb51b4..a17515b 100644 --- a/README.md +++ b/README.md @@ -154,9 +154,9 @@ follows: * 'java -cp jexer.jar jexer.demos.Demo5' . This demonstrates two demo applications using different fonts in the same Swing frame. - * 'java -cp jexer.jar jexer.demos.Demo6' . This demonstrates one - application performing I/O to two screens: an xterm screen and a - Swing screen. + * 'java -cp jexer.jar jexer.demos.Demo6' . This demonstrates two + applications performing I/O across three screens: an xterm screen + and Swing screen, monitored from a third Swing screen.