From 283ffde6f94e93f7ba9d2cd0ecd64e416ab67668 Mon Sep 17 00:00:00 2001 From: OttoMao <ottomao@gmail.com> Date: Mon, 1 Jun 2015 11:23:19 +0800 Subject: [PATCH] correct typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 122e74d..52602f9 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ var options = { 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, //optional, set it when you don't want to use the web interface - silent : false, //optional, do not print anything into terminal. do not set it when you are still debugging. + silent : false //optional, do not print anything into terminal. do not set it when you are still debugging. }; new proxy.proxyServer(options);