Skip to content

Commit

Permalink
adding mix dependency line
Browse files Browse the repository at this point in the history
  • Loading branch information
slogsdon committed Mar 31, 2014
1 parent c6f2c82 commit 7189100
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ a Stripe wrapper for Elixir

## Usage

Add the following to your dependencies in your mix file:

```elixir
{ :stripe, github: "slogsdon/stripe-elixir" }
```

> ##### Note
> stripe-elixir requires the `STRIPE_SECRET_KEY` environment variable set to a
> valid API key associated with your Stripe account.
Expand Down

0 comments on commit 7189100

Please sign in to comment.