README.md in html5forms-rails-0.1.3 vs README.md in html5forms-rails-0.1.4

- old
+ new

@@ -15,9 +15,16 @@ Components from the article [how-to-build-cross-browser-html5-forms](http://net.tutsplus.com/tutorials/html-css-techniques/how-to-build-cross-browser-html5-forms/) are also included as _html5forms.fallback_ Even [webforms2](https://github.com/westonruter/webforms2) is now included and should work with html5Widgets to display native javascript widgets ;) +To enable Formdata for older browsers, the following libs are included: + +* formdata.js +* jquery.form.js + +See [html5-formdata](https://github.com/francois2metz/html5-formdata) + ### Install Simply add to Gemfile and bundle: `gem 'html5forms-rails'`