File tree Expand file tree Collapse file tree 2 files changed +4
-8207
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8207
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ Setup
2222
2323To 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
2929Once 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
3939Module
4040======
You can’t perform that action at this time.
0 commit comments