From 715b6f97ae1b1407e63b653f991d82f2fe57e94e Mon Sep 17 00:00:00 2001 From: Elijah Hamovitz Date: Thu, 12 Jan 2012 17:49:52 -0800 Subject: [PATCH] removed confusing language from the createJPEGStream documentation --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index af17274..9867217 100644 --- a/Readme.md +++ b/Readme.md @@ -86,7 +86,7 @@ Currently _only_ sync streaming is supported, however we plan on supporting asyn ### Canvas#createJPEGStream() -You can likewise create a `JPEGStream` by calling `canvas.createJPEGStream()` with the optional parameters `bufsize` and `quality`; functionality is otherwise identical to `createPNGStream()`. See `examples/crop.js` for an example. +You can likewise create a `JPEGStream` by calling `canvas.createJPEGStream()` with some optional parameters; functionality is otherwise identical to `createPNGStream()`. See `examples/crop.js` for an example. ### Canvas#toBuffer()