Skip to content

Commit 6981a6e

Browse files
authored
doc: Correct default port mentioned in README
1 parent 79a5985 commit 6981a6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pip install -r requirements.txt
1010
# Launch mitmdump (or any addon-capable mitmproxy tool) with the addon
1111
mitmdump -s src/mitmproxy_remote_interceptions.py
1212
```
13-
The addon will start a WebSocket server on port `8081` by default, but this can be customized with the `ws_port` option.
13+
The addon will start a WebSocket server on port `8082` by default, but this can be customized with the `ws_port` option.
1414
```shell
1515
mitmdump -s src/mitmproxy_remote_interceptions.py --set ws_port=8000
1616
```
@@ -19,4 +19,4 @@ mitmdump -s src/mitmproxy_remote_interceptions.py --set ws_port=8000
1919
WebSocket API documentation can be found in [`API.md`](API.md).
2020

2121
[mitmproxy]: https://mitmproxy.org
22-
[python]: https://www.python.org
22+
[python]: https://www.python.org

0 commit comments

Comments
 (0)