From 8503dd14a1c362b6a532512c5cf26f4d37d5e2da Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sun, 13 Dec 2020 09:39:46 +0900 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4dfb9c..8c9f5e2 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ cat gencode.v35.annotation.gff3 \ ![count](https://user-images.githubusercontent.com/5798442/101999832-30b1ae80-3d24-11eb-96fe-e5000bed1f5c.png) -Note: `count` command is not very fast because it runs in a Ruby script. +Note: `count` is not very fast because it runs in a Ruby script. This is fine if the data is small, that is, in most cases. However, if you want to visualize huge data, it is faster to use a combination of common Unix commands as shown below. ```sh