Skip to content

Commit 963f8f3

Browse files
authored
Corrected regex pattern for terminal
1 parent 3aa0f1c commit 963f8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Options:
2727
2828
Usages:
2929
replace-pattern 'foo' 'bar' file.txt
30-
replace-pattern '\\/\\{[a-zA-Z0-9_-]+\\}' '--filter={"{":"{","}":"}"}' file.txt
30+
replace-pattern '\/\{[a-zA-Z0-9_-]+\}' '--filter={"{":"{","}":"}"}' file.txt
3131
```
3232

3333
It would also get displayed in case of missing parameters.

0 commit comments

Comments
 (0)