README.md
# MoneyCrypto
List of crypto currencies to be added to Money
## Installation
Just add to `mix.exs`:
```elixir
def deps do
[
{:money_crypto, "~> 0.1.0"}
]
end
```
## Usage
In your `config.exs` just type:
`config :money, custom_currencies: MoneyCrypto.list()`