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