README.md

# Mnemonic

Elixir BIP39 implementation

## Installation

This package can be installed by adding `mnemonic` to your list of dependencies in `mix.exs`:

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

Documentation can be found at [https://hexdocs.pm/mnemonic](https://hexdocs.pm/mnemonic).