diff --git a/Readme.md b/Readme.md index b9627ee94..eff34dba1 100644 --- a/Readme.md +++ b/Readme.md @@ -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');