Skip to content

Commit f293020

Browse files
committed
Update Readme.md
1 parent c35d6b1 commit f293020

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,14 @@ You can set the `config` option if you want to use the configuration which you a
7070
```js
7171
grunt.initConfig({
7272
csscomb: {
73-
options: {
74-
config: '/path/to/config.json'
75-
},
76-
files: {
77-
'dest/resorted-foo.css': ['src/foo.css'],
78-
},
73+
dist : {
74+
options: {
75+
config: '/path/to/config.json'
76+
},
77+
files: {
78+
'dest/resorted-foo.css': ['src/foo.css'],
79+
}
80+
}
7981
},
8082
})
8183
```

0 commit comments

Comments
 (0)