Moves grunt info after CLI and module use so the order is more logical.
authorGoal Smashers Dev Team <jakub@goalsmashers.com>
Mon, 18 Nov 2013 18:08:19 +0000 (19:08 +0100)
committerGoal Smashers Dev Team <jakub@goalsmashers.com>
Mon, 18 Nov 2013 18:08:19 +0000 (19:08 +0100)
README.md

index 868a114..c5d8bb9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -75,10 +75,6 @@ cleancss [options] <source-file>
 -d, --debug                     Shows debug information (minification time & compression efficiency)
 ```
 
-### How to use clean-css with [grunt](http://gruntjs.com)?
-
-See [grunt-contrib-cssmin](https://github.com/gruntjs/grunt-contrib-cssmin) plugin.
-
 #### Examples:
 
 To minify a **public.css** file into **public-min.css** do:
@@ -135,6 +131,10 @@ CleanCSS constructor accepts a hash as a parameter, i.e.,
 * `selectorsMergeMode` - `ie8` for IE8 compatibility mode, `*` for merging all (default)
 * `debug` - set to true to get minification statistics under `stats` property (see `test/custom-test.js` for examples)
 
+### How to use clean-css with [grunt](http://gruntjs.com)?
+
+See [grunt-contrib-cssmin](https://github.com/gruntjs/grunt-contrib-cssmin) plugin.
+
 ### What are the clean-css' dev commands?
 
 First clone the source, then run: