Skip to content

Commit

Permalink
Merge pull request #694 from ExxKA/master
Browse files Browse the repository at this point in the history
Typo in README
  • Loading branch information
mmalecki committed Oct 31, 2013
2 parents 7fd5498 + 33100c3 commit fa4c9f2
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 @@ -311,7 +311,7 @@ request('http://www.google.com', function () {
})
```
If you to use a custom cookie jar (instead of letting request use its own global cookie jar) you do so by setting the jar default or by specifying it as an option:
If you wish to use a custom cookie jar (instead of letting request use its own global cookie jar) you do so by setting the jar default or by specifying it as an option:
```javascript
var j = request.jar()
Expand Down

0 comments on commit fa4c9f2

Please sign in to comment.