README.md in rquest-1.0.4 vs README.md in rquest-2.0

- old
+ new

@@ -6,9 +6,14 @@ Rquest makes it easy to build request and gives you full control over every aspect of the request. I modeled it after the chrome extension postman. Everything you can do with postman you can do with Rquest and it follows the same intuitive work flow. In addition Rquest is an object that can handle a full session request cycle. You can say log in have the authentication cookies set by the server and then proceed to parse your dashboard. +## Credit where credit is due +- Special thanks to nicksieger for the multipart-post gem. +- Special thanks to minad for the mimemagic gem. +- Both of these were crucial in creating the easy file upload feature. + ## Installation Add this line to your application's Gemfile: ```ruby