README.md in rails-html-sanitizer-1.0.1 vs README.md in rails-html-sanitizer-1.0.2

- old
+ new

@@ -1,10 +1,10 @@ # Rails Html Sanitizers -In Rails 5 this gem will be responsible for sanitizing HTML fragments in Rails applications, -i.e. in the `sanitize`, `sanitize_css`, `strip_tags` and `strip_links` methods. +In Rails 4.2 and above this gem will be responsible for sanitizing HTML fragments in Rails +applications, i.e. in the `sanitize`, `sanitize_css`, `strip_tags` and `strip_links` methods. -Include it in your Gemfile now to test for any incompatibilities and enjoy a safer and cleaner future. +Rails Html Sanitizer is only intended to be used with Rails applications. If you need similar functionality in non Rails apps consider using [Loofah](https://github.com/flavorjones/loofah) directly (that's what handles sanitization under the hood). ## Installation Add this line to your application's Gemfile: