commit 98babdf74401b8a6faac5de5639f8bad9c75fc84
parent f1c821377542320cfcfac5cee4b9bf506979e4ea
Author: Antoni Sawicki <as@tenoware.com>
Date: Wed, 24 Oct 2018 15:18:46 -0700
readme fix
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -2,7 +2,7 @@ ttyplot
=======
a realtime plotting utility for terminal with data input from stdin
-takes data from stdin, most commonly unix pipeline and plots in text mode on a terminal or console:
+takes data from standard input, most commonly unix pipeline and plots in text mode on a terminal or console, for example ping:
![ttyplot ping](ttyplot-ping.png)
@@ -10,7 +10,7 @@ takes data from stdin, most commonly unix pipeline and plots in text mode on a t
-supports rate calculation for counters and up to two plos on a single display using reverse video for second line:
+supports rate calculation for counters and up to two plos on a single display using reverse video for second line, for example snmpget:
![ttyplot snmp](ttyplot-snmp.png)