From 76d8a636af46358c45f129282a9dbc0be5338fc2 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Tue, 8 Dec 2020 18:21:20 -0500 Subject: [PATCH] de-throned --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index 55a28207..7c418a8b 100644 --- a/cli/README.md +++ b/cli/README.md @@ -2,7 +2,7 @@ Squoosh CLI is an _experimental_ way to run all the codecs you know from the [Squoosh] web app on your command line using WebAssembly. The Squoosh CLI uses a worker pool to parallelize processing images. This way you can apply the same codec to many images at once. -Squoosh CLI is currently not the fastest image compression tool in town and doesn’t aim to be on the throne. It is, however, fast enough to compress many images sufficiently quick at once. +Squoosh CLI is currently not the fastest image compression tool in town and doesn’t aim to be. It is, however, fast enough to compress many images sufficiently quick at once. ## Installation