From 616d1f9b5fec7bbd58259bb4dd8ae4bb1d94e841 Mon Sep 17 00:00:00 2001 From: Julik Tarkhanov Date: Fri, 19 Apr 2024 14:29:07 +0200 Subject: [PATCH] Improve README wording --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cd3e21..8053132 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ Allows you to write a ZIP archive out to a `File`, `Socket`, `String` or `Array` point. Usable for creating very large ZIP archives for immediate sending out to clients, or for writing large ZIP archives without memory inflation. -The original gem (zip_tricks) handled all the zipping needs (millions of ZIP files generated per day), -for WeTransfer, it is widely compatible with a large number of unarchiving end-user applications. +The gem handled all the zipping needs for WeTransfer for half a decade, with hundreds of millions +of correct ZIP files generated. It is widely compatible with a large number of unarchiving end-user applications, +and this compatibility has been well-tested. ## How does it work? How is it different from Rubyzip?