We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e82da4 commit 534983dCopy full SHA for 534983d
README.md
@@ -15,7 +15,7 @@ calls.
15
16
```js
17
// A simple application using the Trolley/Payment Rails SDK
18
-const trolley = require('trolley');
+const trolley = require('trolleyhq');
19
20
const client = trolley.connect({
21
key: "YOUR-API-KEY",
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "trolleyhq",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "",
5
"main": "./dist/index",
6
"types": "./dist/index",
0 commit comments