Fix some grammar
This commit is contained in:
parent
e1ac6a06ec
commit
51aad7e1b8
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@ tar-stream is a streaming tar parser and generator and nothing else. It is strea
|
||||||
|
|
||||||
[![build status](https://secure.travis-ci.org/mafintosh/tar-stream.png)](http://travis-ci.org/mafintosh/tar-stream)
|
[![build status](https://secure.travis-ci.org/mafintosh/tar-stream.png)](http://travis-ci.org/mafintosh/tar-stream)
|
||||||
|
|
||||||
# Usage
|
## Usage
|
||||||
|
|
||||||
tar-stream exposes two streams, [pack](https://github.com/mafintosh/tar-stream#packing) which creates tarballs and [extract](https://github.com/mafintosh/tar-stream#extracting) which extracts tarballs. To [modify an existing tarball](https://github.com/mafintosh/tar-stream#modifying-existing-tarballs) use both.
|
tar-stream exposes two streams, [pack](https://github.com/mafintosh/tar-stream#packing) which creates tarballs and [extract](https://github.com/mafintosh/tar-stream#extracting) which extracts tarballs. To [modify an existing tarball](https://github.com/mafintosh/tar-stream#modifying-existing-tarballs) use both.
|
||||||
|
|
||||||
## Related
|
## Related
|
||||||
|
|
||||||
If you want to pack/unpack directories on the file system check out [tar-fs](https://github.com/mafintosh/tar-fs) with provides file system bindings to this module
|
If you want to pack/unpack directories on the file system check out [tar-fs](https://github.com/mafintosh/tar-fs) which provides file system bindings to this module.
|
||||||
|
|
||||||
## Packing
|
## Packing
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ pack.pipe(extract);
|
||||||
## Headers
|
## Headers
|
||||||
|
|
||||||
The header object using in `entry` should contain the following properties.
|
The header object using in `entry` should contain the following properties.
|
||||||
Most of these values can be found by stating a file.
|
Most of these values can be found by stat'ing a file.
|
||||||
|
|
||||||
``` js
|
``` js
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue