Skip to content

Commit

Permalink
Fixing listing in callback part of docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zak committed Nov 18, 2013
1 parent 88fd334 commit 07ee58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ The first argument can be either a `url` or an `options` object. The only requir
The callback argument gets 3 arguments:
1. An `error` when applicable (usually from the `http.Client` option, not the `http.ClientRequest` object)
2.An `http.ClientResponse` object
2. An `http.ClientResponse` object
3. The third is the `response` body (`String` or `Buffer`)
## Convenience methods
Expand Down

0 comments on commit 07ee58d

Please sign in to comment.