Skip to content

Commit

Permalink
clarify purpose of this module
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed Mar 11, 2011
1 parent 523477f commit 7dea5b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Install with `npm install zlib`.
var compressed = zlib.deflate(input);
var output = zlib.inflate(compressed);

Note that `node-zlib` is only intended for small (< 128 KB) data that you already have buffered. It is not meant for input/output streams.

# BUILDING

Make sure you have `zlib` installed. Mac OS X ships with it by default.
Expand Down

0 comments on commit 7dea5b1

Please sign in to comment.