Update README

This commit is contained in:
Zongmin Lei
2014-03-03 20:01:34 +08:00
parent 05bf825640
commit 60c5903a33
2 changed files with 6 additions and 2 deletions

View File

@@ -71,7 +71,9 @@ $ xss -t
You can use the xss command line tool to process a file. Usage:
**xss -i <input_file> -o <output_file>**
```bash
xss -i <input_file> -o <output_file>
```
Example:

View File

@@ -93,7 +93,9 @@ alert(html);
可通过内置的 `xss` 命令来对输入的文件进行XSS处理。使用方法
**xss -i <源文件> -o <目标文件>**
```bash
xss -i <源文件> -o <目标文件>
```
例: