Skip to content

Commit c629b18

Browse files
committed
doc: fixed some documentary typos
1 parent ef4ae59 commit c629b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ $ opm get tokers/lua-resty-requests
111111

112112
* Manually:
113113

114-
Just tweeks the `lua_cpackage_path` or the `LUA_PATH` environment variable, to add the installation path for this Lua module:
114+
Just tweeks the `lua_package_path` or the `LUA_PATH` environment variable, to add the installation path for this Lua module:
115115

116116
```
117-
/path/to/lua-resty-requests/lib/?.lua;
117+
/path/to/lua-resty-requests/lib/resty/?.lua;
118118
```
119119

120120
Methods

0 commit comments

Comments
 (0)