Skip to content

Commit

Permalink
πŸ”„ synced local 'README.md' with remote 'README.md'
Browse files Browse the repository at this point in the history
  • Loading branch information
circle-github-action-bot committed Jun 27, 2024
1 parent 0fe7f59 commit edadac8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ A minimal example for initiating the SDK is as follows:
```jsx
import { W3SSdk } from '@circle-fin/w3s-pw-web-sdk'

const sdk = new W3SSdk()

sdk.setAppSettings({
appId: '<Your App Id>',
const sdk = new W3SSdk({
appSettings: {
appId: '<Your App Id>'
},
})

sdk.setAuthentication({
userToken: '<Your user token>',
encryptionKey: '<Your encryption key>',
Expand Down

0 comments on commit edadac8

Please sign in to comment.