From 77c3e56a119480bece3807504c0f709b9d44290e Mon Sep 17 00:00:00 2001 From: Robert James Gabriel Date: Sun, 19 Dec 2021 22:08:35 -0600 Subject: [PATCH] S --- README.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6761074..6771af0 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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. -``` \ No newline at end of file +``` + + +## Contribute + +Read the [contribution guide](contributing.md) and join the [contributors](https://github.com/coffee-and-fun/google-profanity-words/graphs/contributors)! \ No newline at end of file diff --git a/package.json b/package.json index 24cfc69..512b8ad 100644 --- a/package.json +++ b/package.json @@ -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",