diff --git a/README.md b/README.md index b84a20d..851214e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # xss-shield -**xss-shield** is a python library which is used to stop your website from being attacked. +A Python library to prevent your website from being attacked ## Installing Type command: @@ -13,4 +13,4 @@ example: import xss_shield unsafe_str = '' safe_str = xss_shield.escape(unsafe_str) -``` \ No newline at end of file +```