diff --git a/README.md b/README.md index abab91aa..8f1a794c 100644 --- a/README.md +++ b/README.md @@ -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_