From 4d12f573e8ca995b2580fd34c2cc9118e17266ad Mon Sep 17 00:00:00 2001 From: OxDEE <36663147+OxDEE@users.noreply.github.com> Date: Tue, 27 Feb 2018 02:46:38 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0674c79..9055668 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ sslstrip2 requires the use of daemon processes. For example: dns2proxy.run(interface=interface) - p = Process(target=dns2proxy.run, args=('wlan0',)) + p = Process(target=run_dns2proxy, args=('wlan0',)) p.start() print 'Run the rest of your code here'