Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
yourpleasure committed Sep 12, 2016
1 parent caa8073 commit 89c0119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ If you compile module as a dynamic module, you must add

load_module /path/to/ngx_http_kafka_module.so;

before "http" directive besides adding the code to nginx config file. After that you can use the module by just executing `nginx -c /path/to/nginx.conf -s reload`.
at the beginning of the nginx config file besides adding the code. After that you can use the module by just executing `nginx -c /path/to/nginx.conf -s reload`.


[Back to TOC](#table-of-contents)
Expand Down

0 comments on commit 89c0119

Please sign in to comment.