Skip to content

Commit 534983d

Browse files
committed
Fixed typo in README instructions
1 parent 0e82da4 commit 534983d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ calls.
1515

1616
```js
1717
// A simple application using the Trolley/Payment Rails SDK
18-
const trolley = require('trolley');
18+
const trolley = require('trolleyhq');
1919

2020
const client = trolley.connect({
2121
key: "YOUR-API-KEY",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trolleyhq",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "./dist/index",
66
"types": "./dist/index",

0 commit comments

Comments
 (0)