Skip to content

Commit ea07c50

Browse files
committed
remove final references to package capitalize-sentence package
1 parent ca04ef7 commit ea07c50

File tree

2 files changed

+1
-10220
lines changed

2 files changed

+1
-10220
lines changed

Node-1st-gen/text-moderation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For instance if a user added the message "I DON'T LIKE THIS APP!! This is POOP!!
99

1010
See file [functions/index.js](functions/index.js) for the moderation code.
1111

12-
Moderation of the messages is performed using [bad-words](https://www.npmjs.com/package/bad-words) a bad words remover that uses an external [list of bad-words](https://github.com/web-mech/badwords-list) and is currently mostly aimed at filtering english bad words. Also messages that contains mostly upper case characters are re-capitalized correctly using [capitalize-sentence](https://www.npmjs.com/package/capitalize-sentence).
12+
Moderation of the messages is performed using [bad-words](https://www.npmjs.com/package/bad-words) a bad words remover that uses an external [list of bad-words](https://github.com/web-mech/badwords-list) and is currently mostly aimed at filtering english bad words. Also messages that contains mostly upper case characters are re-capitalized correctly.
1313

1414
The dependencies are listed in [functions/package.json](functions/package.json).
1515

0 commit comments

Comments
 (0)