Skip to content

Commit

Permalink
Improve README wording
Browse files Browse the repository at this point in the history
  • Loading branch information
julik authored Apr 19, 2024
1 parent 1b91ec8 commit 616d1f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 616d1f9

Please sign in to comment.