Skip to content

Commit

Permalink
markdown update
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgirges committed Feb 18, 2017
1 parent d35dc28 commit 6b434b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Simple express middleware for uploading files.

# Version 0.1.0 Breaking Changes

## BREAKING CHANGE: No more urlencoded support
### BREAKING CHANGE: No more urlencoded support
As of `v0.1.0`, there is NO MORE `application/x-www-form-urlencoded` SUPPORT! Moving forward, express-fileupload is considered a "multipart" solution only.

If you want to parse `urlencoded` requests, [use body-parser](https://github.com/expressjs/body-parser#bodyparserurlencodedoptions).

## BREAKING CHANGE: Official support for Node v4.x.x +
Use with lower versions of Node at your own risk!
### BREAKING CHANGE: Support for Node v4.x.x and above
No more support for Node 0.8+. Use with lower versions of Node at your own risk!

# Install
```bash
Expand Down

0 comments on commit 6b434b4

Please sign in to comment.