From 805b248a721cb958e87424ec57bacef5171f3c0e Mon Sep 17 00:00:00 2001 From: Hacktoberfest2 <72141765+Hacktoberfest2@users.noreply.github.com> Date: Thu, 1 Oct 2020 09:54:58 +0530 Subject: [PATCH] Improve Docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0720756..ee1a2bc 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 - pip install profanity +## Installation + using pip install profanity -##Usage +## Usage from profanity import profanity profanity.contains_profanity("You smell like shit.") Out: True