Skip to content

Commit 2aa954f

Browse files
luanoteagentzh
authored andcommitted
doc: fixed a typo in the code sample.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
1 parent d5de8cc commit 2aa954f

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
@@ -41,7 +41,7 @@ Synopsis
4141
========
4242

4343
```lua
44-
lua_package_path "/path/to/lua-resty-redis/lib/?.lua;;";
44+
lua_package_path "/path/to/lua-resty-upload/lib/?.lua;;";
4545

4646
server {
4747
location /test {

0 commit comments

Comments
 (0)