Navigation Menu

Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ShonFrazier committed Jul 24, 2014
1 parent 65b3b9b commit 6679bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# gunzip-maybe

Transform stream that gunzips its input if it is gunzipped and just echoes it if not.
Transform stream that gunzips its input if it is gzipped and just echoes it if not.

npm install gunzip-maybe

Expand All @@ -20,4 +20,4 @@ plainTextStream.pipe(gunzip()).pipe(process.stdout);

## License

MIT
MIT

0 comments on commit 6679bad

Please sign in to comment.