Skip to content

Commit abf4360

Browse files
authored
Merge pull request #24 from PersephonyAPI/issue/23
Issue/23
2 parents 170f91e + 1070d85 commit abf4360

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Test the SDK is working by sending yourself a text message.
1919

2020
```javascript
2121
var persephonySDK = require('@persephony/sdk')
22-
var persy = persephonySDK('ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXX', 'your_auth_token')
22+
var accountID = 'your_account_id'
23+
var authToken = 'your_auth_token'
24+
var persy = persephonySDK(accountID, authToken)
2325
var to = 'your_phone_number'
2426
var from = 'a_persephony_phone_number_in_your_account'
2527

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@persephony/sdk",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "The SDK for the Persephony API",
55
"homepage": "https://www.persephony.com",
66
"bugs": {

0 commit comments

Comments
 (0)