Skip to content

Commit

Permalink
cleaning up documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Girges authored and Richard Girges committed Sep 22, 2018
1 parent 7a9a104 commit 6868c36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ The **req.files.foo** object will contain the following:
* [Example Project](https://github.com/richardgirges/express-fileupload/tree/master/example)
* [Basic File Upload](https://github.com/richardgirges/express-fileupload/tree/master/example#basic-file-upload)
* [Multi-File Upload](https://github.com/richardgirges/express-fileupload/tree/master/example#multi-file-upload)
* [Multi-File Upload](https://github.com/richardgirges/express-fileupload/tree/master/example#multi-file-upload)

### Using Busboy Options
Pass in Busboy options directly to the express-fileupload middleware. [Check out the Busboy documentation here.](https://github.com/mscdex/busboy#api)
Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Additional Examples
# express-fileupload Examples

## Basic File Upload
**Your node.js code:**
Expand Down

0 comments on commit 6868c36

Please sign in to comment.