Skip to content

Commit 9fe17de

Browse files
authored
Update README.md
1 parent b7875f3 commit 9fe17de

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
@@ -43,8 +43,8 @@ module.exports = {
4343
};
4444
```
4545

46-
This will replace class name matched regex in HTML, JavaScript, CSS files. Identify the class names not to match unexpected words since it replaces all words that are matched with the `classNameRegExp`.
47-
I suggest that your class names have specific prefix or suffix that identified as a class name.
46+
This replaces class names matched regex in HTML, JavaScript, CSS files. Define the class names not to match unexpected words since it replaces all words that are matched with the `classNameRegExp`.
47+
We suggest that **your class names have specific prefix or suffix that can be identified as class name**.
4848

4949
### Options
5050
#### classNameRegExp

0 commit comments

Comments
 (0)