README.md
# TeslaKeys
Aggregate of useful middlewares to manipulate body keys
## Installation
The package can be installed by adding `tesla_keys` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:tesla_keys, "~> 0.2"}
]
end
```
## Examples
You can find usage examples in the Guides section.