fix example filename

This commit is contained in:
Thomas Kriechbaumer 2018-04-13 09:09:24 +02:00
parent 660aa87a24
commit fe699e555f
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@
| modify_querystring.py | Modify HTTP query strings. |
| redirect_requests.py | Redirect a request to a different server. |
| send_reply_from_proxy.py | Send a HTTP response directly from the proxy. |
| upsidedownternet.py | Turn all images upside down. |
| internet_in_mirror.py | Turn all images upside down. |
| wsgi_flask_app.py | Embed a WSGI app into mitmproxy. |