From 45f99bcf3144cd3c5be82cc36282500bd690acc1 Mon Sep 17 00:00:00 2001 From: OttoMao <ottomao@gmail.com> Date: Tue, 4 Nov 2014 17:24:34 +0800 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efc710c..5aec734 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ var options = { socketPort : 8003, // optional, internal port for web socket, replace this when it is conflict with your own service webConfigPort : 8088, // optional, internal port for web config(beta), replace this when it is conflict with your own service throttle : 10, // optional, speed limit in kb/s - disableWebInterface : false //option, set it when you don't want to use the web interface + disableWebInterface : false //optional, set it when you don't want to use the web interface }; new proxy.proxyServer(options);