Skip to content

Commit

Permalink
Fix typo in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelax committed Feb 11, 2016
1 parent 386cf31 commit 1a301b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -38,7 +38,7 @@ app.get('/user', function(req, res){
request(app)
.get('/user')
.expect('Content-Type', /json/)
.expect('Content-Length', '20')
.expect('Content-Length', '15')
.expect(200)
.end(function(err, res){
if (err) throw err;
Expand Down

0 comments on commit 1a301b5

Please sign in to comment.