We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d0d9b commit d3ffc68Copy full SHA for d3ffc68
1 file changed
README.md
@@ -5,6 +5,18 @@ A standalone JavaScript library that helps you display QR-codes or "Pay with Set
5
On a phone a button will be shown, that when pressed opens the Settle app and makes a call to Settle.
6
If the phone does not have Settle installed the user will be redirected to GooglePlay or AppStore.
7
8
+Installing the library
9
+--------------------
10
+NPM:
11
+```
12
+npm install @settleapi/acceptance
13
14
+
15
+Yarn:
16
17
+yarn add @settleapi/acceptance
18
19
20
Building the library
21
--------------------
22
You need `npm` from [node.js](http://nodejs.org/) to build this library.
0 commit comments