From 3fcd9c103281ab279e5848b690013a18a56b4836 Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Sat, 20 Apr 2024 09:37:58 +0200 Subject: [PATCH] Minor stylistic adjustments in the readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 56f2165..d282698 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Stackage LTS](http://stackage.org/package/zip/badge/lts)](http://stackage.org/lts/package/zip) ![CI](https://github.com/mrkkrp/zip/workflows/CI/badge.svg?branch=master) -* [Why this library is written](#why-this-library-is-written) +* [Why this library was written](#why-this-library-was-written) * [zip-archive](#zip-archive) * [LibZip](#libzip) * [zip-conduit](#zip-conduit) @@ -22,13 +22,11 @@ * [License](#license) This is a feature-rich, memory-efficient, and type-safe library to -manipulate Zip archives. The library is the most complete and efficient -implementation of the .ZIP specification in Haskell (at least from the -open-sourced ones). In particular, it's created with large multimedia data +manipulate Zip archives. The library was created with large multimedia data in mind and provides all features users might expect, comparable in terms of feature-set with libraries like `libzip` in C. -## Why this library is written +## Why this library was written There are a few libraries to work with Zip archives, yet every one of them provides only a subset of useful functionality or otherwise is flawed in