Skip to content

Commit 28e1af5

Browse files
authored
Update README.md
1 parent 27e4e64 commit 28e1af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you want to get all requests and responses about `https://www.exmample.com (1
2222

2323
sbt "runMain Main --dns=192.168.3.3:www.example.com --jksPath=jks.jks --jksPassword=123456 --websocketPort=9000"
2424

25-
# run websocket client to get log
25+
# run websocket client to get log, ip is a filter to filter request
2626
websocat ws://127.0.0.1:9000/api_ws?ip=127.0.0.1
2727
```
2828
[websocat](https://github.com/vi/websocat) is a websocket command line. and the params are:

0 commit comments

Comments
 (0)