README.md
# ChuckNorrisQuotes
A rather pointless package to provide you with Chuck Norris Quotes
## Installation
The package can be installed can be installed by adding `chuck_norris_quotes` to your list of dependencies in your `mix.exs`:
```elixir
def deps do
[
{:chuck_norris_quotes, "~> 0.1.0"}
]
end
```
The docs canbe found at [https://hexdocs.pm/chuck_norris_quotes](https://hexdocs.pm/chuck_norris_quotes).