fixed another typo
This commit is contained in:
parent
74b3092518
commit
009c0592f3
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ tar-stream is a streaming tar parser and generator and nothing else. It is strea
|
||||||
|
|
||||||
# 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](https://github.com/mafintosh/tar-stream#modifying-existing-tarballs an existing tarball) 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.
|
||||||
|
|
||||||
## Packing
|
## Packing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue