From 6b434b494df40fec76f4609eba3165ff6c06034e Mon Sep 17 00:00:00 2001 From: Richard Girges Date: Fri, 17 Feb 2017 20:53:23 -0800 Subject: [PATCH] markdown update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8172ee..70e5707 100644 --- a/README.md +++ b/README.md @@ -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