Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
mexiqq committed Dec 9, 2014
1 parent 7fa1f0a commit d0fefed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesson8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ describe('test/app.test.js', function () {
```js
var supertest = require('supertest');
var app = express();
var agent = superagent.agent(app);
var agent = supertest.agent(app);

agent.post('login').end(...);
// then ..
Expand Down

0 comments on commit d0fefed

Please sign in to comment.