From 9f736558e26feac6d5c6bac1dc4b2eac8d94627f Mon Sep 17 00:00:00 2001 From: Iansmith's win10 Date: Sat, 24 Jun 2017 12:17:09 +0800 Subject: [PATCH] fix backquote --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index 504d2da1..be8187a2 100644 --- a/README_zh.md +++ b/README_zh.md @@ -488,7 +488,7 @@ http_proxy = http://user:pwd@192.168.1.128:8080 插件模式是为了在客户端提供更加丰富的功能,目前内置的插件有 **unix_domain_socket**、**http_proxy**。具体使用方式请查看[使用示例](#使用示例)。 -通过 `plugin` 指定需要使用的插件,插件的配置参数都以 `plugin_` 开头。使用插件后 `local_ip` 和 `local_port 不再需要配置。 +通过 `plugin` 指定需要使用的插件,插件的配置参数都以 `plugin_` 开头。使用插件后 `local_ip` 和 `local_port` 不再需要配置。 使用 **http_proxy** 插件的示例: