Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pcpratheesh authored Jun 29, 2021
1 parent 669ebf5 commit 775f422
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Create Release](https://github.com/pcpratheesh/go-censorword/actions/workflows/release.yml/badge.svg)](https://github.com/pcpratheesh/go-censorword/actions/workflows/release.yml)

# go-censorword

go-censorword is a lightweight library for detecting profanities in Go string.
Expand Down Expand Up @@ -44,4 +46,4 @@ if err != nil {
In the future, we should implement the following points
- Support for other language profanities
- All words having repeated characters more than twice (eg : fuck -> fuuuuuck)
- Should remove word match conditions (eg :-> fucker, fucking..etc)
- Should remove word match conditions (eg :-> fucker, fucking..etc)

0 comments on commit 775f422

Please sign in to comment.