Skip to content

Commit

Permalink
docs: tweaks to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Aug 17, 2014
1 parent cdbe8e3 commit fee64d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ with the response, like open files.

```js
onFinished(res, function (err) {
// do something maybe
// clean up open fds, etc.
})
```

Expand All @@ -52,7 +52,7 @@ res.on('data', function (str) {
})

onFinished(req, function (err) {
// if err, data is probably incomplete
// data is read unless there is err
})
```

Expand Down

0 comments on commit fee64d8

Please sign in to comment.