Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
John Hewson committed Sep 1, 2011
1 parent 54947f9 commit 442ea45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Any `ReadableStream` can be wrapped with an `InflateStream`, which we can `pipe`
### Low-level API

If the `Stream` interface doesn't meet your needs, you can access the low-level API directly, via
`Deflater` and `Inflater` classes. See the implementation of `DelateStream` and `InflateStream` to learn how to use
the `Flater` class. See the implementation of `DelateStream` and `InflateStream` to learn how to use
the low-level API. All low-level functions are synchronous.

## Options
Expand Down

0 comments on commit 442ea45

Please sign in to comment.