We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4ae59 commit c629b18Copy full SHA for c629b18
README.markdown
@@ -111,10 +111,10 @@ $ opm get tokers/lua-resty-requests
111
112
* Manually:
113
114
-Just tweeks the `lua_cpackage_path` or the `LUA_PATH` environment variable, to add the installation path for this Lua module:
+Just tweeks the `lua_package_path` or the `LUA_PATH` environment variable, to add the installation path for this Lua module:
115
116
```
117
-/path/to/lua-resty-requests/lib/?.lua;
+/path/to/lua-resty-requests/lib/resty/?.lua;
118
119
120
Methods
0 commit comments