README.md

# CacheMoney

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

  1. Add `cache_money` to your list of dependencies in `mix.exs`:

  ```elixir
  def deps do
    [{:cache_money, "~> 0.3.0"}]
  end
  ```

  2. Ensure `cache_money` is started before your application:

  ```elixir
  def application do
    [applications: [:cache_money]]
  end
  ```