Skip to content

Commit c4cfe2b

Browse files
authored
Merge pull request #13 from PersephonyAPI/issue/12
Fix SDK name
2 parents c88e62e + 58978b2 commit c4cfe2b

File tree

2 files changed

+4
-8207
lines changed

2 files changed

+4
-8207
lines changed

docs/source/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ Setup
2222

2323
To get started using the Persephony JavaScript SDK, add it as a dependency using your package manager.
2424

25-
``npm install --save @vail/persy-java-sdk``
25+
``npm install --save @persephony/sdk``
2626

27-
``yarn add @vail/persy-java-sdk``
27+
``yarn add @persephony/sdk``
2828

2929
Once you have imported the project, require it and provide the initial configuration ::
3030

31-
import PersephonySDK from '@vail/persy-java-sdk'
31+
import PersephonySDK from '@persephony/sdk'
3232
// see the Dashboard API Keys page for these values
3333
const accountId = 'MOCK_ACCOUNT_ID'
3434
const authToken = 'MOCK_AUTH_TOKEN'
3535
const persy = PersephonySDK(accountId, authToken)
3636
// Because Persephony is hosted multiple places, the SDK must be told which one you are using
37-
persy.api.setPersyUrl('https://persephony.vail/apiserver')
37+
persy.api.setPersyUrl('https://persephony.com/apiserver')
3838

3939
Module
4040
======

0 commit comments

Comments
 (0)