Skip to content

Commit d7c2baa

Browse files
committed
Document the type of regex being accepted
Fixes #17
1 parent e9a362a commit d7c2baa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ $ replace-in-files --help
3232
```
3333

3434
Real-world use-case: [Bumping version number in a file when publishing to npm](https://github.com/sindresorhus/modern-normalize/commit/c1d65e3f7daba2b695ccf837d2aef19d586d1ca6)
35+
36+
The regex should be [JavaScript flavor](https://www.regular-expressions.info/javascript.html).

0 commit comments

Comments
 (0)