Skip to content

Commit

Permalink
Typo: Indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
q2s2t committed Aug 25, 2014
1 parent 974f30e commit bfbc25e
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,64 +47,64 @@ API

### Extract: `Zip.extract`

**Arguments**
* `archive` The path to the archive you want to analyse.
* `dest` Where to extract the archive.
* `options` An object of options.
**Progress**
* `files` A array of all the extracted files *AND* directories. The `/`
character is used as a path separator on every platform.
**Error**
* `err` An Error object.
**Arguments**
* `archive` The path to the archive you want to analyse.
* `dest` Where to extract the archive.
* `options` An object of options.

**Progress**
* `files` A array of all the extracted files *AND* directories. The `/`
character is used as a path separator on every platform.

**Error**
* `err` An Error object.


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

**Arguments**
* `archive` The path to the archive you want to analyse.
* `dest` Where to extract the archive.
* `options` An object of options.
**Progress**
* `files` A array of all the extracted files *AND* directories. The `/`
character is used as a path separator on every platform.
**Error**
* `err` An Error object.
**Arguments**
* `archive` The path to the archive you want to analyse.
* `dest` Where to extract the archive.
* `options` An object of options.

**Progress**
* `files` A array of all the extracted files *AND* directories. The `/`
character is used as a path separator on every platform.

**Error**
* `err` An Error object.


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

**Arguments**
* `archive` The path to the archive you want to analyse.
* `options` An object of options.
**Progress**
* `files` A array of all the extracted files *AND* directories. The `/`
character is used as a path separator on every platform.
**Error**
* `err` An Error object.
**Arguments**
* `archive` The path to the archive you want to analyse.
* `options` An object of options.

**Progress**
* `files` A array of all the extracted files *AND* directories. The `/`
character is used as a path separator on every platform.

**Error**
* `err` An Error object.


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

**Arguments**
* `archive` The path to the archive you want to analyse.
* `options` An object of options.
**Progress**
* `files` A array of all the extracted files *AND* directories. The `/`
character is used as a path separator on every platform.

**Fulfill**
* `spec` An object of tech spec about the archive. Properties are: `date`,
`attr`, `size` and `name`.
**Error**
* `err` An Error object.
**Arguments**
* `archive` The path to the archive you want to analyse.
* `options` An object of options.

**Progress**
* `files` A array of all the extracted files *AND* directories. The `/`
character is used as a path separator on every platform.

**Fulfill**
* `spec` An object of tech spec about the archive. Properties are: `date`,
`attr`, `size` and `name`.

**Error**
* `err` An Error object.


***
Expand Down

0 comments on commit bfbc25e

Please sign in to comment.