README.md in formvalidation-rails-0.6.3 vs README.md in formvalidation-rails-0.7.0

- old
+ new

@@ -1,14 +1,19 @@ -formvalidation-rails (0.6.3) +formvalidation-rails (0.7.0) ================================= Provides client side validations for forms with the http://formvalidation.io/ library. The original formvalidation repo can be found here: https://github.com/formvalidation/formvalidation. This is only a gem containing a release version for easier use. +### Important +For commercial use a commercial license for formvalidation.io needs to be purchased at http://formvalidation.io/. +This gem only provides a package for easier use with RubyOnRails but does not affect the original license of +formvalidation.io. + ### How to Use #### Add and install this gem **Add into your Gemfile** @@ -33,14 +38,9 @@ ``` **Add into your application.css** `*= require formvalidation.min` - - -### License - -**Important** for commercial use a commercial license for formvalidation.io needs to be purchased at http://formvalidation.io/ ### Credits This gem was build after the example of https://rubygems.org/gems/bootstrap-validator-rails, a earlier version of formvalidation.io under a different name.