From 744815ec2fc0c537ea92b01715e9e994029683ba Mon Sep 17 00:00:00 2001 From: Gurpreet Atwal Date: Mon, 28 Apr 2025 16:57:35 -0700 Subject: [PATCH] docs(readme): colon to semicolon fix --- 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) {