From b22a8b482ea59e9db0eddd43978d43fe128aee81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=A0=E9=87=8C?= Date: Wed, 13 Aug 2014 17:44:09 +0800 Subject: [PATCH] update doc --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cb3568..ea568e1 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ What this proxy do is to generate and replace a temporary cert for any domain if #### start with default settings * ``anyproxy`` -#### start a specific port +#### start with a specific port * ``anyproxy --port 8001`` #### start a https proxy @@ -49,7 +49,7 @@ What this proxy do is to generate and replace a temporary cert for any domain if #### clear all the temperary certificates * ``anyproxy --clear`` -#### may file to local +#### map file to local * ``anyproxy --rule /path/to/rule.js`` * a sample schema of ruls.js is as follows diff --git a/package.json b/package.json index d7a3f34..73e248c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anyproxy", - "version": "1.0.0", + "version": "1.0.1", "description": "https proxy over http", "main": "proxy.js", "bin": {