From 3c93a353b54bfea208172ea9001b29b9e10b321d Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 28 Feb 2024 17:28:09 +0000 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97da783..188c728 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Skip part of a file. -As `head` will show the top of a file after a number of line, +As `head` will show the top of a file up-to a number of line, so `skip` will do the opposite, and not show the top of the file, but will show the rest.