README.md
# Omise [![Build Status](https://travis-ci.org/teerawat1992/omistry.svg?branch=master)](https://travis-ci.org/teerawat1992/omistry)
**Omise for Elixir**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add omise to your list of dependencies in `mix.exs`:
def deps do
[{:omise, "~> 0.1.1"}]
end
2. Ensure omise is started before your application:
def application do
[applications: [:omise]]
end