Skip to content

Commit

Permalink
updated readme with agent usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterloftis committed Aug 9, 2012
1 parent 49fc643 commit 1d4146a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -84,7 +84,7 @@ request.post('/api/pet', cat, function(res){

Visit `localhost:3000/` in the browser.

## Using superagent as a persistent agent (with cookies, ie sessions)
## Persisting an agent (with cookies, ie sessions)

```js
var request = require('superagent');
Expand Down

0 comments on commit 1d4146a

Please sign in to comment.