Skip to content

Commit 8128608

Browse files
committed
markdown update
1 parent 6b434b4 commit 8128608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Simple express middleware for uploading files.
88

99
# Version 0.1.0 Breaking Changes
1010

11-
### BREAKING CHANGE: No more urlencoded support
11+
### BREAKING CHANGE #1: No more urlencoded support
1212
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.
1313

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

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

1919
# Install

0 commit comments

Comments
 (0)