diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2018-04-13 09:09:24 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2018-04-13 09:09:24 +0200 |
commit | fe699e555ff98ec4d8b0714efdd9ed8d893cdf1f (patch) | |
tree | c97fd68051cf54fc1b67f087d65496c994b58bf7 /examples | |
parent | 660aa87a2471587f3d8a7597a7397be9006db83f (diff) | |
download | mitmproxy-fe699e555ff98ec4d8b0714efdd9ed8d893cdf1f.tar.gz mitmproxy-fe699e555ff98ec4d8b0714efdd9ed8d893cdf1f.tar.bz2 mitmproxy-fe699e555ff98ec4d8b0714efdd9ed8d893cdf1f.zip |
fix example filename
Diffstat (limited to 'examples')
-rw-r--r-- | examples/simple/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple/README.md b/examples/simple/README.md index d140a84c..2fafdd5a 100644 --- a/examples/simple/README.md +++ b/examples/simple/README.md @@ -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. | |