Skip to content

Commit

Permalink
Tiny cookie example error on README
Browse files Browse the repository at this point in the history
  • Loading branch information
alessioalex committed Nov 12, 2011
1 parent 6181b7a commit fc44260
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 @@ -221,7 +221,7 @@ OR
var j = request.jar()
var cookie = request.cookie('your_cookie_here')
j.add(cookie)
request(url: 'http://www.google.com', jar: j, function () {
request({url: 'http://www.google.com', jar: j}, function () {
request('http://images.google.com')
})
```

0 comments on commit fc44260

Please sign in to comment.