Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
linjunpop committed Aug 10, 2018
1 parent c453080 commit a8af044
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ Status](https://travis-ci.org/linjunpop/receipt_verifier.svg)](https://travis-ci
[![codebeat badge](https://codebeat.co/badges/8fe288d1-e25c-4b24-bab0-f7d46f915145)](https://codebeat.co/projects/github-com-linjunpop-receipt_verifier-master)
[![Inline docs](http://inch-ci.org/github/linjunpop/receipt_verifier.svg?branch=master)](http://inch-ci.org/github/linjunpop/receipt_verifier)

## Installation

Simply add `receipt_verifier` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:receipt_verifier, "~> 0.11.0"},
{:jason, "~> 1.0"} # or {:poison, "~> 4.0"}
]
end
```

then run `mix deps.get` and you are ready to go.

## Documentation

Please view the [Online documentation](https://hexdocs.pm/receipt_verifier).
Expand Down

0 comments on commit a8af044

Please sign in to comment.