Adds missing entry to Readme about broken module compatibility.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 10 Oct 2014 06:30:00 +0000 (07:30 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 10 Oct 2014 20:28:08 +0000 (21:28 +0100)
* see 3f1e064c91474ff9bd45ea39b11bc7bd564125c6.

README.md

index ac506be..6591391 100644 (file)
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ npm install clean-css
 #### Module interface
 
 * `noAdvanced` became `advanced` - make sure to reverse the value;
+* no longer possible to use `CleanCSS` as a function as `new CleanCSS` is always required;
 
 ### How to upgrade clean-css from 1.x to 2.x?