From: Moritz Kröger Date: Sat, 11 Mar 2017 14:04:42 +0000 (+0100) Subject: Update README.md (#909) X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1e6bacd34537384680f45d2c1c22016c90aac1d1;p=clean-css.git Update README.md (#909) Fixes wrong variable name in usage demo --- diff --git a/README.md b/README.md index d69d18de..447b3ada 100644 --- 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