Skip to content

Commit

Permalink
Add Mnesia link to frontpage of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Kilkelly committed Jan 3, 2019
1 parent 094f65e commit b2cf18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc_src/Frontpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Hammer is a rate-limiter for the [Elixir](https://elixir-lang.org/) language.
It's killer feature is a pluggable backend system, allowing you to use whichever
storage suits your needs. Currently, backends for ETS and
[Redis](https://github.com/ExHammer/hammer-backend-redis) are available.
storage suits your needs. Currently, backends for ETS,
[Redis](https://github.com/ExHammer/hammer-backend-redis), and [Mnesia](https://github.com/ExHammer/hammer-backend-mnesia) are available.


```elixir
Expand Down

0 comments on commit b2cf18d

Please sign in to comment.