Skip to content

Commit

Permalink
docs(README): Update documentation.
Browse files Browse the repository at this point in the history
Escape "Don't"
  • Loading branch information
MarvinJWendt authored and web-mech committed Jul 25, 2019
1 parent 4913363 commit 54f45e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ console.log(filter.clean("Don't be an ash0le")); //Don't be an ******
var Filter = require('bad-words');
var customFilter = new Filter({ placeHolder: 'x'});

customFilter.clean('Don't be an ash0le'); //Don't be an xxxxxx
customFilter.clean("Don't be an ash0le"); //Don't be an xxxxxx
```

### Regex Overrides
Expand Down

0 comments on commit 54f45e9

Please sign in to comment.