Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Dec 7, 2014
1 parent 5542958 commit 36389eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ app.listen(8080);
* `genSid`: default sid was generated by [uid2](https://github.com/coreh/uid2), you can pass a function to replace it
* `defer`: defers get session, only generate a session when you use it through `var session = yield this.session;`, defaults to `false`
* `allowEmpty`: allow generation of empty sessions
* `errorHandler(err, type, ctx)`: `Store.get` and `Store.set` will throw in some situation, use `errorHandle` to handle these errors by yourself. Default will throw.
* `errorHandler(err, type, ctx)`: `Store.get` and `Store.set` will throw in some situation, use `errorHandle` to handle these errors by yourself. Default will throw.

* Store can be any Object that has the methods `set`, `get`, `destroy` like [MemoryStore](https://github.com/koajs/koa-session/blob/master/lib/store.js).
* cookie defaulting to
Expand Down

0 comments on commit 36389eb

Please sign in to comment.