From 0de0a1863eb0566490ec437a5016f909ebe2e0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=A0=E9=87=8C?= Date: Thu, 11 Sep 2014 10:48:06 +0800 Subject: [PATCH] update doc --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b62854..d944a5a 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ module.exports = { ``` -* this figure explains the whole procedure of a http request +* the following figure explains the whole procedure of a http request ![](https://t.alipayobjects.com/images/T1v8pbXjJqXXXXXXXX.png) @@ -199,6 +199,9 @@ Using https features * ``anyproxy --type https --host my.domain.com`` * the param ``host`` is required with https proxy and it should be kept exactly what it it when you config your browser. Otherwise, you may get some warning about security. +#### others +* root certs and temperary certs are stored at ``path.join(util.getUserHome(),"/.anyproxy_certs/")`` +* to clear all the temperary certificates ``anyproxy --clear`` Others ----------------- @@ -224,9 +227,6 @@ new proxy.proxyServer(options); ``` -#### clear all the temperary certificates -``anyproxy --clear`` - ## Contact * Please feel free to raise any issue about this project, or give us some advice on this doc. :)