Skip to content

Commit 5bab2de

Browse files
committed
Update README.md
1 parent f7d5acc commit 5bab2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can set the `sortOrder` option if you want to use the order to which you are
6565
grunt.initConfig({
6666
csscomb: {
6767
options: {
68-
sortOrder: 'path-to-your-custom-sort-order.json '
68+
sortOrder: '/path/to/custom-sort-order.json'
6969
},
7070
files: {
7171
'dest/resorted-foo.css': ['src/foo.css'],

0 commit comments

Comments
 (0)