chaseoneill

Results 2 issues of chaseoneill

I fixed 2 typos in the readme. If you want, I can submit a PR for them. First was line 853 YOur -> Your Second was line 1067 alread ->...

https://github.com/freeall/progress-stream/blob/master/index.js#L14 ```ts var speed = speedometer(options.speed || 5000); ``` This looks like it is passing speedometer milliseconds but according to these lines in speedometer source: https://github.com/mafintosh/speedometer/blob/master/index.js#L10 https://github.com/mafintosh/speedometer/blob/master/index.js#L16 ```ts module.exports =...