From a3d6f063a53fba3c388fd38054f948ca22312c2f Mon Sep 17 00:00:00 2001 From: heykishan Date: Mon, 30 Sep 2019 22:43:59 +0530 Subject: [PATCH] Fixed markdown error in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0720756..b70d6f4 100644 --- a/README.md +++ b/README.md @@ -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 +## Installation pip install profanity -##Usage +## Usage from profanity import profanity profanity.contains_profanity("You smell like shit.") Out: True