From f340dace191d4b70ae8e6e83adf6a66f4ca6eaa3 Mon Sep 17 00:00:00 2001 From: Oz Date: Tue, 3 Oct 2023 18:53:01 +0200 Subject: [PATCH] Update the description of bit7z --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fde3a90..3c73847 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny ## Compression *Compression and Archiving Libraries* -* [bit7z](https://github.com/rikyoz/bit7z) - A C++ static library offering a clean and simple interface to the 7-zip DLLs. [MPL2] +* [bit7z](https://github.com/rikyoz/bit7z) - A C++ static library offering a clean and simple interface to the 7-zip shared libraries. [MPL2] * [Brotli](https://github.com/google/brotli) - Brotli compression format. Developed by Google. [MIT] * [bzip2](http://www.bzip.org/) - A freely available, patent free, high-quality data compressor. [BSD] * [bzip3](https://github.com/kspalaiologos/bzip3) - A better and stronger spiritual successor to BZip2. [LGPL]