From 8051b6eed730313340bb6b7150fb937aea7fdd0e Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 10 Jan 2025 07:40:30 +0000 Subject: [PATCH] chore(README): specify PKZip spec used --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5b8053..03a6cb0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Pesde Lune -A Luau library to unzip and extract files from ZIP archives. +A Luau library to unzip and extract files from ZIP archives. The implementation is based on the [PKZip APPNOTE v6.3.9](https://www.pkware.com/documents/APPNOTE/APPNOTE-6.3.9.TXT). ## Features - Extract files from ZIP archives.