Skip to content

Commit

Permalink
Merge pull request #69 from geekygrappler/note-develop
Browse files Browse the repository at this point in the history
Update Readme to mention develop branch
  • Loading branch information
lindyhopchris authored Nov 7, 2019
2 parents 1e0be18 + 62725fe commit 8e60ec6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ A simple Ember wrapper for [Stripe Elements](https://stripe.com/docs/elements).
$ ember install ember-stripe-elements
```

Note if you want to use all the functions for v3 (e.g. `handleCardPayment()`) you need to be using the develop branch after installing add this to your `package.json`

```json
"dependencies": {
"ember-stripe-elements": "code-corps/ember-stripe-elements#develop"
}
```

## Compatibility

* Ember.js v2.18 or above
Expand Down

0 comments on commit 8e60ec6

Please sign in to comment.