Skip to content

Commit

Permalink
Merge pull request request#1174 from seanstrom/support/update-request…
Browse files Browse the repository at this point in the history
…-cookie-docs

update the request.cookie docs to have a valid cookie example
  • Loading branch information
nylen committed Oct 16, 2014
2 parents 53642db + df62109 commit 2d6dcbf
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 @@ -531,7 +531,7 @@ request.get(url)
Function that creates a new cookie.

```javascript
request.cookie('cookie_string_here')
request.cookie('key1=value1')
```
### request.jar

Expand Down

0 comments on commit 2d6dcbf

Please sign in to comment.