We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559d471 commit 38e4335Copy full SHA for 38e4335
README.md
@@ -14,13 +14,9 @@ You can also use `npm install https://github.com/ctalkington/node-archiver/archi
14
15
## Archiver
16
17
-#### Archiver(format, options)
18
-
19
-Creates an Archiver instance based on the format (zip, tar, etc) passed.
20
21
#### create(format, options)
22
23
+Creates an Archiver instance based on the format (zip, tar, etc) passed. Parameters can be passed directly to `Archiver` constructor for convenience.
24
25
#### registerFormat(format, module)
26
0 commit comments