From 27efe3b63af9132d50a0cd2092428e3253d1c358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Sun, 15 Feb 2026 22:25:30 +0100 Subject: [PATCH] Fix typo in code example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dacf520..fce080dd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This module is meant to be wrapped internally by other modules and therefore lac If you want a module that handles entry queueing and much more, you should check out [archiver](https://npmjs.org/package/archiver) which uses this module internally. ```js -import { ZipStream } from "zip-stream": +import { ZipStream } from "zip-stream"; const archive = new ZipStream(); // OR new ZipStream(options) archive.on("error", function (err) {