Skip to content

Commit

Permalink
Merge pull request #20 from drveresh/patch-1
Browse files Browse the repository at this point in the history
Set safe side options
  • Loading branch information
ALMaclaine authored Apr 28, 2020
2 parents 7526dbe + 94a1725 commit 38c0f16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ var replace = require("replace");
replace({
regex: "foo",
replacement: "bar",
paths: ['.'],
recursive: true,
silent: true,
paths: ['./Test/'],
recursive: false,
silent: false,
});
```

Expand Down

0 comments on commit 38c0f16

Please sign in to comment.