diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 20:55:25 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:54 +0700 |
commit | 8d6e77d2873ce80a8766fa62600a60a21f4174f8 (patch) | |
tree | 333f4ffe6443065a48397c26cb769f623dbe1582 /development | |
parent | 19342016ac35aef4566e27adc6fae519853ef8c9 (diff) |
development/brotli: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/brotli/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/development/brotli/README b/development/brotli/README index f99e98ef937f..760d7f0b48d8 100644 --- a/development/brotli/README +++ b/development/brotli/README @@ -1,6 +1,7 @@ -Brotli is a generic-purpose lossless compression algorithm that compresses data -using a combination of a modern variant of the LZ77 algorithm, Huffman coding -and 2nd order context modeling, with a compression ratio comparable to the best -currently available general-purpose compression methods. +Brotli is a generic-purpose lossless compression algorithm that +compresses data using a combination of a modern variant of the +LZ77 algorithm, Huffman coding and 2nd order context modeling, +with a compression ratio comparable to the best currently available +general-purpose compression methods. This SlackBuild will also install the Python modules. |