README.md
# AtomizeKeys
**A tool to convert string map keys to atoms**
## Installation
```elixir
def deps do
[
{:atomize_keys, "~> 1.1.0"}
]
end
```
Documentation can be found at [https://hexdocs.pm/atomize_keys](https://hexdocs.pm/atomize_keys).