From 009c0592f3296d86162f15e4b349645436d9318e Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Fri, 20 Dec 2013 21:02:01 +0100 Subject: [PATCH] fixed another typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a02cd82..d409d8e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ tar-stream is a streaming tar parser and generator and nothing else. It is strea # 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