Skip to content

Commit 754645c

Browse files
authored
Update README.md
1 parent f3d4e22 commit 754645c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Tiny Clean
2-
A light-weight high-performance string sanitizer with customizable rules.
3-
Prevent xss by dropping in a simple utility to clean your input.
2+
A light-weight high-performance string sanitizers for common use cases.
43

54
## Features
6-
- Use built in configurations to sanitize HTML, JavaScript, XML, and more.
7-
- Allows for custom rules to define your own encoders.
5+
- Java Script Encoder
6+
- Xml Encoder
7+
- Uri Encoder
88

99
## Usage
1010
```Rust

0 commit comments

Comments
 (0)