From e620b4dc66020fda4f7082d74f00d7f379d57e03 Mon Sep 17 00:00:00 2001 From: ottomao Date: Tue, 18 Nov 2014 03:22:41 -0800 Subject: [PATCH] Updated What is rule file and how to write (markdown) --- What-is-rule-file-and-how-to-write.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/What-is-rule-file-and-how-to-write.md b/What-is-rule-file-and-how-to-write.md index 8f8e237..e5648cf 100644 --- a/What-is-rule-file-and-how-to-write.md +++ b/What-is-rule-file-and-how-to-write.md @@ -1,4 +1,4 @@ -Anyproxy exposes a lot of interface for you to hack requests. To use them, you have to write a *.js file which is a Node.js module. Here we name this kind of file as **rule file** , which means this file defines the rule to handle all requests. +Anyproxy exposes a lot of interface for you to hack requests. To use them, you have to write a \*.js file which is a Node.js module. Here we name this kind of file as **rule file** , which means this file defines the rule to handle all requests. How proxy works -----------------------