README.md in inline-css-html-converter-0.1.7 vs README.md in inline-css-html-converter-0.1.8
- old
+ new
@@ -1,10 +1,10 @@
Inline CSS HTML Converter
==
[![Build Status](https://travis-ci.org/Garllon/inline-css-html-converter.svg?branch=master)](https://travis-ci.org/Garllon/inline-css-html-converter)
[![Code Climate](https://codeclimate.com/github/Garllon/inline-css-html-converter.png)](https://codeclimate.com/github/Garllon/inline-css-html-converter)
-[![Gem Version](https://badge.fury.io/rb/inline-css-html-converter.png)](https://badge.fury.io/rb/inline-css-html-converter)
+[![Gem Version](https://badge.fury.io/rb/inline-css-html-converter.svg)](https://badge.fury.io/rb/inline-css-html-converter)
I use the MailChimpAPI
At the moment i use the APi Version 2.0.
[MailChimp 2.0](https://apidocs.mailchimp.com/api/2.0/helper/inline-css.php)
@@ -24,8 +24,14 @@
```
InlineCssHtmlConverter::Worker.new(your_apikey, your_html).perform
```
-In Progress
+## License
+
+InlineCssHtmlConverter is released under the [MIT License](http://www.opensource.org/licenses/MIT).
+
+In Progress(obsoleted)
===
At the moment i work on a version, which works with MailChimp 3.0.
+
+MailChimp doesn't support this API endpoint any longer. :(