From 430a402654e9f27dfa100a4fc36b078bc2aaf8b7 Mon Sep 17 00:00:00 2001 From: wolfy1339 Date: Tue, 2 Aug 2016 01:11:31 -0400 Subject: [PATCH] Add syntax highlighting to the Programmatic usage code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] })