Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ A Python library to check for (and clean) profanity in strings.
![Q-Bert spitting some profanity][logo]
[logo]: http://i.imgur.com/kmz4Qx7.png

##Installation
pip install profanity
## Installation
using pip install profanity


##Usage
## Usage
from profanity import profanity
profanity.contains_profanity("You smell like shit.")
Out: True
Expand Down