Skip to content

Commit

Permalink
docs: fix missing argument in example
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jun 1, 2016
1 parent 8b1d694 commit a6a8f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ An array of ranges will be returned or negative numbers indicating an error pars

```js
// parse header from request
var range = parseRange(req.headers.range)
var range = parseRange(size, req.headers.range)

// the type of the range
if (range.type === 'bytes') {
Expand Down

0 comments on commit a6a8f11

Please sign in to comment.