From 8b1f3b2da36f3878640124ef363a39f16455ba39 Mon Sep 17 00:00:00 2001 From: allfro Date: Mon, 23 Jul 2012 21:08:42 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7eae8b..6be750a 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ another. The following is a simple code example of how to run the proxy with plugins: - ```python +```python from miproxy.proxy import RequestInterceptorPlugin, ResponseInterceptorPlugin, AsyncMitmProxy class DebugInterceptor(RequestInterceptorPlugin, ResponseInterceptorPlugin): @@ -103,7 +103,7 @@ The following is a simple code example of how to run the proxy with plugins: proxy.serve_forever() except KeyboardInterrupt: proxy.server_close() - ``` +``` Method Overloading ------------------