Browse Source

fix backquote

Iansmith's win10 7 years ago
parent
commit
9f736558e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README_zh.md

+ 1 - 1
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** 插件的示例: