README.md in css_validator-1.0.0 vs README.md in css_validator-2.0.0
- old
+ new
@@ -1,8 +1,8 @@
# CSS Validator
-This uses the `css-validator.jar` from [W3C](http://jigsaw.w3.org/css-validator/DOWNLOAD.html) to validate CSS in ActiveModel.
-So, your system requires `java` to use this gem.
+This uses the `csslint.js` with `js.jar` from [CSSLint](https://github.com/CSSLint/csslint) to validate CSS in ActiveModel.
+So, your system requires `java` to use this gem. And, it also works fine on Heroku.
## Usage
```ruby
require 'css_validator'