From cc076d5cfe825b2f1bab6f21926a2ef0d2018cd8 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Thu, 17 Dec 2020 11:43:59 +0900 Subject: [PATCH] Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2afb335..c3a131a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ gem install youplot ```sh curl -sL https://git.io/ISLANDScsv \ | sort -nk2 -t, \ -| tail \ +| tail -n15 \ | uplot bar -d, -t "Areas of the World's Major Landmasses" ```