Skip to content

Commit 1ab380c

Browse files
committed
Add missing license header to compress.js and correct typo.
1 parent ed15459 commit 1ab380c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ unzipper.update(anArrayBufferWithYetMoreBytes);
9090

9191
#### Compressing
9292

93-
The Zipper only supports creating zip files without compression (story only) for now. The interface
93+
The Zipper only supports creating zip files without compression (store only) for now. The interface
9494
is pretty straightforward and there is no event-based / streaming API.
9595

9696
```javascript

archive/compress.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/**
2+
* compress.js
3+
*
4+
* Provides base functionality for compressing.
5+
*
6+
* Licensed under the MIT License
7+
*
8+
* Copyright(c) 2023 Google Inc.
9+
*/
110

211
// NOTE: THIS IS A VERY HACKY WORK-IN-PROGRESS! THE API IS NOT FROZEN! USE AT YOUR OWN RISK!
312

0 commit comments

Comments
 (0)