From bfa8532bb987bbd50c542326534e9a111f0bf4ee Mon Sep 17 00:00:00 2001 From: Thomas Roth Date: Wed, 24 Feb 2010 18:32:59 +0100 Subject: [PATCH] Fixed 'Requirements' in README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 31c205a2b..ee26d13bb 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.