README.md

# Potion
[![hex.pm version](https://img.shields.io/hexpm/v/potion.svg)](https://hex.pm/packages/potion) [![hex.pm](https://img.shields.io/hexpm/l/potion.svg)](https://github.com/su-mi-lab/potion/blob/develop/LICENSE)

## Installation

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

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

    ```elixir
    def deps do
      [{:potion, "~> 1.3.3"}]
    end
    ```