Skip to content

Commit

Permalink
Improve README with commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Mar 29, 2019
1 parent b4d206b commit 6d51205
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,18 @@ The actively developed line of releases is `2.x.x` and is contained within the `

## Installation

Install the dependency:
Install the dependency by version:

```ex
{:stripity_stripe, "~> 2.0.0"}
```

Or by commit reference (still awaiting hex publish rights so this is your best best for now):

```ex
{:stripity_stripe, git: "https://github.com/code-corps/stripity_stripe", ref: "8c091d4278d29a917bacef7bb2f0606317fcc025"}
```

Next, add to your applications:

_Not necessary if using elixir >= 1.4_
Expand Down

0 comments on commit 6d51205

Please sign in to comment.