diff --git a/Readme.md b/Readme.md index 1499eee3..7f645cd6 100644 --- a/Readme.md +++ b/Readme.md @@ -99,6 +99,7 @@ describe('GET /users', function(){ ```js request(app) .post('/') +.field('name', 'my awesome avatar') .attach('avatar', 'test/fixtures/homeboy.jpg') ... ```