Skip to content

Commit 02a4330

Browse files
committed
fix parthesses in function
1 parent 5d9b1d6 commit 02a4330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ rcs.processCss('**/*.css', options, err => {
145145
if (err) return console.error(err)
146146

147147
console.log('Successfully wrote new files and stored values')
148-
}
148+
})
149149
```
150150

151151
### process
@@ -175,7 +175,7 @@ rcs.process('**/*.js', options, err => {
175175
if (err) return console.error(err)
176176

177177
console.log('Successfully wrote new files')
178-
}
178+
})
179179
```
180180

181181
### generateMapping

0 commit comments

Comments
 (0)