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 5dee681 commit f6735f1Copy full SHA for f6735f1
README.md
@@ -197,7 +197,7 @@ Or with Lua code like this:
197
```lua
198
local session = require "resty.session".new()
199
-- After new you cannot specify storage as a string, you need to give actual implementation
200
-session.storage = require "resty.sesstion.storage.shm"
+session.storage = require "resty.session.storage.shm"
201
-- or
202
local session = require "resty.session".new({ storage = "shm" })
203
```
0 commit comments