From e5642285cc87bb5bd47d7e80181d192f57b2205a Mon Sep 17 00:00:00 2001 From: AgneCaunt <139773510+AgneCaunt@users.noreply.github.com> Date: Mon, 3 Mar 2025 15:37:04 +0200 Subject: [PATCH] Update cloud-wallet.md --- docs/cloud-wallet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cloud-wallet.md b/docs/cloud-wallet.md index a913de2b..e2862492 100644 --- a/docs/cloud-wallet.md +++ b/docs/cloud-wallet.md @@ -51,9 +51,9 @@ The key generation returns an object with `agreementKey`, `verificationKey`, and **Note:** Encryption keys can be derived from biometric data through a third-party service, offering enhanced security by linking the keys to a user's unique biometric profile -### Step 3: Initialize the Cloud Wallet +### Step 3: Initialize the cloud storage -After setting up the data store and generating keys, initialize the Cloud Wallet and connect it to the local data storage. This ensures continuous synchronization between the EDV and the wallet. +After setting up the data store and generating keys, initialize the Cloud storage and connect it to the local data storage. This ensures continuous synchronization between the EDV and the wallet. ```ts import {initializeCloudWallet} from '@docknetwork/wallet-sdk-core/lib/cloud-wallet';