Update README.md (#909)
authorMoritz Kröger <write@morkro.de>
Sat, 11 Mar 2017 14:04:42 +0000 (15:04 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sat, 11 Mar 2017 14:04:42 +0000 (15:04 +0100)
Fixes wrong variable name in usage demo

README.md

index d69d18d..447b3ad 100644 (file)
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ npm install clean-css
 var CleanCSS = require('clean-css');
 var input = 'a{font-weight:bold;}';
 var options = { /* options */ };
-var output = new CleanCSS(options).minify(source);
+var output = new CleanCSS(options).minify(input);
 ```
 
 ## Important: 4.0 breaking changes