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  @@ -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. :)