Skip to content

Commit

Permalink
S
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertJGabriel committed Dec 20, 2021
1 parent 885272f commit 77c3e56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
## About
Full list of bad words and top swear words banned by Google. The list is updated monthly. Pull requests are welcome!

## Status

## Getting started
```
Expand All @@ -21,4 +22,9 @@ await profanity.all(); // returns all bad words as an array.

await profanity.search('bad word'); // returns true if the word is found in the list.

```
```


## Contribute

Read the [contribution guide](contributing.md) and join the [contributors](https://github.com/coffee-and-fun/google-profanity-words/graphs/contributors)!
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coffeeandfun/google-profanity-words",
"version": "1.0.2",
"version": "1.0.3",
"description": "Full list of bad words and top swear words banned by Google.",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 77c3e56

Please sign in to comment.