Skip to content

Commit cc5135f

Browse files
authored
Merge pull request #2 from wujunze/wujunze-patch-2
修正错别字
2 parents 46e79c7 + 8855d60 commit cc5135f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 实战开发一个Nginx拓展 (Nginx Module)
1+
# 实战开发一个Nginx扩展 (Nginx Module)
22

33
## nginx_module_echo
44
使用echo指令输出一个字符串
@@ -82,4 +82,4 @@ NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_echo_module.c"
8282
> 1. http://wiki.nginx.org/Configuration
8383
> 2. http://tengine.taobao.org/book/
8484
> 3. **http://blog.codinglabs.org/articles/intro-of-nginx-module-development.html**
85-
> 4. https://www.nginx.com/resources/wiki/modules/
85+
> 4. https://www.nginx.com/resources/wiki/modules/

0 commit comments

Comments
 (0)