Skip to content

Commit 1782c00

Browse files
committed
Merge pull request #16 from jbochi/patch-1
Fix error on sample nginx config
2 parents e363ac3 + c384cf8 commit 1782c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Synopsis
3333
```lua
3434
# nginx.conf:
3535

36-
lua_package_path "/path/to/lua-resty-string/lib/?.lua;;"
36+
lua_package_path "/path/to/lua-resty-string/lib/?.lua;;";
3737

3838
server {
3939
location = /test {

0 commit comments

Comments
 (0)