README.md
# HighRoller [](https://travis-ci.org/NateBarnes/high_roller) [](https://hex.pm/packages/high_roller)
Simple dice roller built in Elixir
## Installation
The package can be installed by adding `high_roller` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:high_roller, "~> 1.0.0"}
]
end
```
Documentation can be found at [https://hexdocs.pm/high_roller](https://hexdocs.pm/high_roller).