Skip to content

Commit 27efe3b

Browse files
Fix typo in code example
1 parent 5dc0f9a commit 27efe3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This module is meant to be wrapped internally by other modules and therefore lac
2121
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.
2222

2323
```js
24-
import { ZipStream } from "zip-stream":
24+
import { ZipStream } from "zip-stream";
2525
const archive = new ZipStream(); // OR new ZipStream(options)
2626

2727
archive.on("error", function (err) {

0 commit comments

Comments
 (0)