commit c168a605ea225d2c932a935403009bb99de5ceaf
parent b61407931798930fff57c279703174c047e2cfce
Author: Antoni Sawicki <tenox@google.com>
Date: Tue, 30 Apr 2019 02:02:43 -0700
Update README.md
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 standard input / unix pipeline, most commonly some tool like ping, snmpget, netstat, ifconfig, sar, vmstat, etc. and plots in text mode on a terminal in real time, for example ping:
+takes data from standard input / unix pipeline, most commonly some tool like *ping, snmpget, netstat, ifconfig, sar, vmstat*, etc. and plots in text mode on a terminal in real time, for example simple **ping**:
![ttyplot ping](ttyplot-ping.png)
@@ -10,7 +10,7 @@ takes data from standard input / unix pipeline, most commonly some tool like pin
-supports rate calculation for counters and up to two graphs on a single display using reverse video for second line, for example snmpget:
+supports rate calculation for counters and up to two graphs on a single display using reverse video for second line, for example **snmpget**:
![ttyplot snmp](ttyplot-snmp.png)