aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 31c205a2..ee26d13b 100644
--- a/README
+++ b/README
@@ -6,7 +6,6 @@ things programmatically.
By default, mitmproxy starts up with a mutt-like interactive curses interface -
the help page (which you can view by pressing "?") should tell you everything
you need to know. Note that requests and responses are stored in-memory until
-* A recent [Python](http://www.python.org) interpreter.
you delete them, so leaving mitmproxy running indefinitely or requesting very
large amounts of data through it is a bad idea.
@@ -35,6 +34,7 @@ Source is hosted here: http://github.com/cortesi/mitmproxy
Requirements
------------
+* A recent [Python](http://www.python.org) interpreter.
* SSL certificates are generated using [openssl](http://www.openssl.org/)
* The curses interface relies on a current version of the
[urwid](http://excess.org/urwid/) library.