Skip to content

Commit

Permalink
tweaked the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseFlorell committed Jul 17, 2015
1 parent 3830e7c commit 3ba0ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.htm
Expand Up @@ -178,8 +178,8 @@ <h2>a simple client side profanity filter</h2>
</div>
<script>
$('#six').profanityFilter({
customSwears: ['ass'],
externalSwears: 'swearWords.json',
customSwears: ['ass', 'shit'],
//externalSwears: 'swearWords.json',
filter: false,
profaneText: function (data) {
data.forEach(function (element, index) {
Expand Down

0 comments on commit 3ba0ff7

Please sign in to comment.