README.md

# Diceware

Generate passphrases using the [Diceware](https://theworld.com/~reinhold/diceware.html) method.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `diceware` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:diceware, "~> 0.1.0"}
  ]
end
```