From f6448235906092a821e455df5d62b2a465c9761d Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 1 Sep 2022 18:44:45 -0700 Subject: [PATCH] regenerate readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3976270..eab3ff2 100644 --- a/README.md +++ b/README.md @@ -631,7 +631,7 @@ this contains some extra logic for screenshots created by `scropt`. ### [scount](/sh/scount#L7) -perform `sort | unic -c | sort -n`, preferring GNU awk when available. +perform `sort | uniq -c | sort -n`, preferring GNU awk when available. ### [scramble](/sh/scramble#L9)