From e90223bcb0e12a24e63d4ab848522a45a63a2938 Mon Sep 17 00:00:00 2001 From: Gordon Zhang Date: Wed, 1 May 2024 07:19:26 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```