diff --git a/readme.md b/readme.md index 2146aa4a..42b247df 100644 --- a/readme.md +++ b/readme.md @@ -286,7 +286,7 @@ If `sampleSize` is not provided, a backward-compatible sample size of 4100 bytes Returns a `Promise` which resolves to the original readable stream argument, but with an added `fileType` property, which is an object like the one returned from `FileType.fromFile()`. -Very handy to put in between a stream, but it comes with a price. Internally `stream()` builds up a buffer of `sampleSize` bytes, used as a sample, to determine the file type. The sample size impacts the file detection resolution. A smaller sample size will result in lower probability of the best file type detection. +This method can be handy to put in between a stream, but it comes with a price. Internally, `stream()` builds up a buffer of `sampleSize` bytes, used as a sample, to determine the file type. The sample size impacts the file detection resolution. A smaller sample size will result in lower probability of the best file type detection. *Note:* This method is only available using Node.js.