From edadac8fdb86ca3de4577d9607b6450d2842f8f0 Mon Sep 17 00:00:00 2001 From: undefined Date: Thu, 27 Jun 2024 03:03:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'README.md'=20w?= =?UTF-8?q?ith=20remote=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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: '',