Skip to content

Commit

Permalink
Typo in url for creating a custom session engine. (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
da99 authored and Serdar Dogruyol committed Apr 15, 2018
1 parent a9e3289 commit 3d89a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -135,7 +135,7 @@ The engine you use has a huge impact on performance and can enable you to share
```crystal
Kemal::Session.config.engine = Kemal::Session::FileEngine.new({sessions_dir: "/var/foobar/sessions/"})
```
You can also write your own engine if you like. Take a look at the [wiki page](https://github.com/kemalcr/kemal-session/wiki/Creating-your-own-engine). If you think it might also be helpful for others just let me know about it and I will include it in a list of known engines or something.
You can also write your own engine if you like. Take a look at the [wiki page](https://github.com/kemalcr/kemal-session/wiki/Creating-your-session-engine). If you think it might also be helpful for others just let me know about it and I will include it in a list of known engines or something.

#### Creating a new `secret`

Expand Down

0 comments on commit 3d89a41

Please sign in to comment.