Skip to content

Commit bfbc25e

Browse files
committed
Typo: Indentation issue
1 parent 974f30e commit bfbc25e

File tree

1 file changed

+46
-46
lines changed

1 file changed

+46
-46
lines changed

README.md

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -47,64 +47,64 @@ API
4747

4848
### Extract: `Zip.extract`
4949

50-
**Arguments**
51-
* `archive` The path to the archive you want to analyse.
52-
* `dest` Where to extract the archive.
53-
* `options` An object of options.
54-
55-
**Progress**
56-
* `files` A array of all the extracted files *AND* directories. The `/`
57-
character is used as a path separator on every platform.
58-
59-
**Error**
60-
* `err` An Error object.
50+
**Arguments**
51+
* `archive` The path to the archive you want to analyse.
52+
* `dest` Where to extract the archive.
53+
* `options` An object of options.
54+
55+
**Progress**
56+
* `files` A array of all the extracted files *AND* directories. The `/`
57+
character is used as a path separator on every platform.
58+
59+
**Error**
60+
* `err` An Error object.
6161

6262

6363
### Extract with full paths: `Zip.extractFull`
6464

65-
**Arguments**
66-
* `archive` The path to the archive you want to analyse.
67-
* `dest` Where to extract the archive.
68-
* `options` An object of options.
69-
70-
**Progress**
71-
* `files` A array of all the extracted files *AND* directories. The `/`
72-
character is used as a path separator on every platform.
73-
74-
**Error**
75-
* `err` An Error object.
65+
**Arguments**
66+
* `archive` The path to the archive you want to analyse.
67+
* `dest` Where to extract the archive.
68+
* `options` An object of options.
69+
70+
**Progress**
71+
* `files` A array of all the extracted files *AND* directories. The `/`
72+
character is used as a path separator on every platform.
73+
74+
**Error**
75+
* `err` An Error object.
7676

7777

7878
### Test integrity of archive: `Zip.test`
7979

80-
**Arguments**
81-
* `archive` The path to the archive you want to analyse.
82-
* `options` An object of options.
83-
84-
**Progress**
85-
* `files` A array of all the extracted files *AND* directories. The `/`
86-
character is used as a path separator on every platform.
87-
88-
**Error**
89-
* `err` An Error object.
80+
**Arguments**
81+
* `archive` The path to the archive you want to analyse.
82+
* `options` An object of options.
83+
84+
**Progress**
85+
* `files` A array of all the extracted files *AND* directories. The `/`
86+
character is used as a path separator on every platform.
87+
88+
**Error**
89+
* `err` An Error object.
9090

9191

9292
### List contents of archive: `Zip.list`
9393

94-
**Arguments**
95-
* `archive` The path to the archive you want to analyse.
96-
* `options` An object of options.
97-
98-
**Progress**
99-
* `files` A array of all the extracted files *AND* directories. The `/`
100-
character is used as a path separator on every platform.
101-
102-
**Fulfill**
103-
* `spec` An object of tech spec about the archive. Properties are: `date`,
104-
`attr`, `size` and `name`.
105-
106-
**Error**
107-
* `err` An Error object.
94+
**Arguments**
95+
* `archive` The path to the archive you want to analyse.
96+
* `options` An object of options.
97+
98+
**Progress**
99+
* `files` A array of all the extracted files *AND* directories. The `/`
100+
character is used as a path separator on every platform.
101+
102+
**Fulfill**
103+
* `spec` An object of tech spec about the archive. Properties are: `date`,
104+
`attr`, `size` and `name`.
105+
106+
**Error**
107+
* `err` An Error object.
108108

109109

110110
***

0 commit comments

Comments
 (0)