diff --git a/README.md b/README.md index 9acd084..4333e09 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ See [clean-css](https://github.com/jakubpawlowicz/clean-css) for the available c ## Programmatic usage -``` +```javascript var LessPluginCleanCSS = require('less-plugin-clean-css'), cleanCSSPlugin = new LessPluginCleanCSS({advanced: true}); less.render(lessString, { plugins: [cleanCSSPlugin] })