X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=README;h=d71e29a4f8c1e52c79425d2dbbf681d06241f5c3;hb=4c5aa4f88cb38e416c07ef060a44408c55d6a2a5;hp=17f6a76769ba3b69d5e4218be66ad7874703cfe5;hpb=2786a68d54239318b1ca7d6045f8a5830a979142;p=io-compress-brotli.git diff --git a/README b/README index 17f6a76..d71e29a 100644 --- a/README +++ b/README @@ -4,10 +4,9 @@ IO-Compress-Brotli version 0.001001 Brotli is a data compression format primarily used in web fonts and (more recently) HTTP compression. -This distribution wraps the official Brotli source code[0], offering a -module for decompressing Brotli buffers and streams, -IO::Uncompress::Brotli. Compression will be supported in a future -release. +This distribution wraps the official Brotli source code[0], offering +modules for compressing Brotli buffers and streams, IO::Compress::Brotli, +and decompressing, IO::Uncompress::Brotli. [0]: https://github.com/google/brotli @@ -25,7 +24,6 @@ DEPENDENCIES This module requires these other modules and libraries: * File::Slurp -* Getopt::Long Additionally, it requires a C compiler.