From 6444cd4f00f645d8147a8a5a54f777d1c4c8b8c1 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sun, 13 Dec 2020 07:56:11 +0900 Subject: [PATCH] Test README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98ae1d6..3f564e3 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ curl -sL https://git.io/AirPassengers \ ### scatter ```sh -curl -sL https://git.io/YouPlotIris \ +curl -sL https://git.io/IRIStsv \ | cut -f1-4 \ | uplot scatter -H -t IRIS ``` @@ -63,7 +63,7 @@ curl -sL https://git.io/YouPlotIris \ ### density ```sh -curl -sL https://git.io/YouPlotIris \ +curl -sL https://git.io/IRIStsv \ | cut -f1-4 \ | uplot density -H -t IRIS ``` @@ -73,7 +73,7 @@ curl -sL https://git.io/YouPlotIris \ ### boxplot ```sh -curl -sL https://git.io/YouPlotIris \ +curl -sL https://git.io/IRIStsv \ | cut -f1-4 \ | uplot boxplot -H -t IRIS ```