Skip to content

Commit fe2790b

Browse files
committed
Update Readme
1 parent a10b5fc commit fe2790b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LiteJS Zip – [![Coverage][1]][2] [![Size][3]][4] [![Buy Me A Tea][5]][6]
1111
==========
1212

1313
Lightweight (~1.3KB) ZIP file creator for Browser and Node.js. No dependencies.
14-
Uses the CompressionStream API when available; otherwise will generate uncompressed ZIP.
14+
Uses the CompressionStream API if available; otherwise uses provided deflater or creates an uncompressed ZIP.
1515

1616

1717
createZip(files [, options] [, callback])

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@litejs/zip",
33
"version": "25.10.1",
4-
"description": "Create ZIP files in Browser or Server",
4+
"description": "Lightweight (~1.3KB) ZIP file creator for Browser and Node.js. No dependencies",
55
"license": "MIT",
66
"author": "Lauri Rooden <lauri@rooden.ee>",
77
"keywords": [

0 commit comments

Comments
 (0)