Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonZhang2024 authored Apr 30, 2024
1 parent 3ac6aeb commit e90223b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -13,4 +13,4 @@ example:
import xss_shield
unsafe_str = '<script>alert("Bad.");</script>'
safe_str = xss_shield.escape(unsafe_str)
```
```

0 comments on commit e90223b

Please sign in to comment.