From fd7c43c39ed7b3f2546ae5a696ba0a1ac83cabc8 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sat, 12 Dec 2020 23:26:27 +0900 Subject: [PATCH] Test README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 63cd372..08c24b4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Create ASCII charts on the terminal with data from standard streams in the pipel gem install youplot ``` -## Screenshots +## Quick Start ### barplot @@ -65,9 +65,13 @@ curl -sL https://git.io/YouPlotIris \ | uplot boxplot -H -t IRIS ``` -### count(slow) +### count +```sh +``` + +Note: `count` is slower than other Unix commands because it runs in a Ruby script. ### colors @@ -75,9 +79,7 @@ curl -sL https://git.io/YouPlotIris \ uplot colors ``` -## Usage - -`uplot --help` +### help Use `--help` to print command-specific options.