aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Roth <code@leveldown.de>2010-02-24 18:32:59 +0100
committerThomas Roth <code@leveldown.de>2010-02-24 18:32:59 +0100
commitbfa8532bb987bbd50c542326534e9a111f0bf4ee (patch)
tree8d4864292b4f3ba4dc78afd2562d018e4c6f3515
parent22b77e32cd121a43098d0f204e262ac8f8114e30 (diff)
downloadmitmproxy-bfa8532bb987bbd50c542326534e9a111f0bf4ee.tar.gz
mitmproxy-bfa8532bb987bbd50c542326534e9a111f0bf4ee.tar.bz2
mitmproxy-bfa8532bb987bbd50c542326534e9a111f0bf4ee.zip
Fixed 'Requirements' in README
-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.