diff --git a/README.md b/README.md index b3de7cb..8e613fa 100644 --- a/README.md +++ b/README.md @@ -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: '', +const sdk = new W3SSdk({ + appSettings: { + appId: '' + }, }) + sdk.setAuthentication({ userToken: '', encryptionKey: '',