From d92830313b44fe147ef22a15a807d333a5b011a8 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Fri, 20 Dec 2013 20:41:50 +0100 Subject: [PATCH] better desc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92ead65..8c92da8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tar-stream -tar-stream is an alternative tar parser. It is streams2, does not have a fstream dependency and does not do any file io. +tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can extract/parse tarballs without ever hitting the file system. npm install tar-stream @@ -78,4 +78,4 @@ Most of these values can be found by stating a file. # License -MIT \ No newline at end of file +MIT