From db3b066fd1a7f547e37a450fbfd80ec682c29bf4 Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Sun, 12 Jul 2020 15:27:55 +1000 Subject: [PATCH] Minor wording improvements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b82e9e..a06eff2 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ An HTML minifier meticulously optimised for both speed and effectiveness, availa **Fast** -- Does all of the above in one pass, in place, with zero memory allocations, and works on bytes directly. +- Does all of the above in one pass, in place, with zero memory allocations, and directly on bytes. - Uses SIMD-accelerated [memchr](https://github.com/BurntSushi/rust-memchr), direct tries, and lookup tables. - Written fully in Rust, and natively binds to [esbuild](https://github.com/evanw/esbuild) for super fast JS minification. -- Natively binds to Node.js, Python, Java, and Ruby, for speed from the comfort of your favourite language. +- Binds to Node.js, Python, Java, and Ruby, for speed from the comfort of your favourite language. **Sound** - Well tested with a large test suite and extensive [fuzzing](./fuzz).