Skip to content

Commit

Permalink
Merge pull request #26 from Cactucs/patch-1
Browse files Browse the repository at this point in the history
Fix readme
  • Loading branch information
richardgirges committed Apr 24, 2017
2 parents 9c88544 + 6f6b47b commit 63c759a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ app.post('/upload', function(req, res) {
The **req.files.foo** object will contain the following:
* `req.files.foo.name`: "car.jpg"
* `req.files.foo.mv`: A function to move the file elsewhere on your server
* `req.files.mimetype`: The mimetype of your file
* `req.files.data`: A buffer representation of your file
* `req.files.foo.mimetype`: The mimetype of your file
* `req.files.foo.data`: A buffer representation of your file

### Full Example
**Your node.js code:**
Expand Down

0 comments on commit 63c759a

Please sign in to comment.