Skip to content

Commit

Permalink
Merge pull request #2 from wujunze/wujunze-patch-2
Browse files Browse the repository at this point in the history
修正错别字
  • Loading branch information
wujunze authored Jun 13, 2017
2 parents 46e79c7 + 8855d60 commit cc5135f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 实战开发一个Nginx拓展 (Nginx Module)
# 实战开发一个Nginx扩展 (Nginx Module)

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

0 comments on commit cc5135f

Please sign in to comment.