better-profane-words 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# profane-words
|
|
1
|
+
# better-profane-words
|
|
2
2
|
|
|
3
3
|
A comprehensive list of 2700+ profane words with **category** and **intensity** classifications, ready for content moderation and filtering.
|
|
4
4
|
|
|
@@ -7,13 +7,13 @@ Built on top of [profane-words](https://github.com/zautumnz/profane-words).
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm install profane-words
|
|
10
|
+
npm install better-profane-words
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Usage
|
|
14
14
|
|
|
15
15
|
```js
|
|
16
|
-
const profanity = require('profane-words
|
|
16
|
+
const profanity = require('better-profane-words');
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
### Check if a word is profane
|