Skip to content

Commit 62725fe

Browse files
committed
Update Readme to mention develop branch
1 parent 1e0be18 commit 62725fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ A simple Ember wrapper for [Stripe Elements](https://stripe.com/docs/elements).
4444
$ ember install ember-stripe-elements
4545
```
4646

47+
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`
48+
49+
```json
50+
"dependencies": {
51+
"ember-stripe-elements": "code-corps/ember-stripe-elements#develop"
52+
}
53+
```
54+
4755
## Compatibility
4856

4957
* Ember.js v2.18 or above

0 commit comments

Comments
 (0)