Skip to content

Commit 78ceae3

Browse files
committed
updated readme optional paramterer
1 parent e5d87a5 commit 78ceae3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Let's exclude 4 classes and id's: `js`, `flexbox`, `canvas` and `svg`
112112

113113
### processCss
114114

115-
**processCss(src, [options], callback)**
115+
**processCss(src[, options], callback)**
116116

117117
Store all matched selectors into the library and saves the new generated file with all renamed selectors.
118118

@@ -137,7 +137,7 @@ rcs.processCss('**/*.css', options, err => {
137137
138138
### process
139139
140-
**process(src, [options], callback)**
140+
**process(src[, options], callback)**
141141
142142
> **Important!** processCss should run first, otherwise there are no minified selectors
143143
@@ -167,7 +167,7 @@ rcs.process('**/*.js', options, err => {
167167
168168
### generateLibraryFile
169169
170-
**generateLibraryFile(pathLocation, [options], callback)**
170+
**generateLibraryFile(pathLocation[, options], callback)**
171171
172172
> *Note:* if you are using the options either cssMapping or cssMappingMin must be set to true
173173

0 commit comments

Comments
 (0)