From 45a05d27e0d3a44b90f9d233b68c2d51d3e6ca2f Mon Sep 17 00:00:00 2001 From: Maycon Date: Fri, 4 Oct 2024 17:26:12 -0300 Subject: [PATCH] updating docs --- 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 9e5cbca2..2fa95bc6 100644 --- a/docs/cloud-wallet.md +++ b/docs/cloud-wallet.md @@ -28,7 +28,7 @@ import {edvService} from '@docknetwork/wallet-sdk-wasm/src/services/edv'; ### Step 2: Initialize the Data Store -For **Mobile** and **Node.js**: +#### For Mobile and Node.js ```ts import {createDataStore} from '@docknetwork/wallet-sdk-data-store-typeorm/src'; @@ -40,7 +40,7 @@ const dataStore = await createDataStore({ }); ``` -For **Browser**: +#### For Browser ```ts import {createDataStore} from '@docknetwork/wallet-sdk-data-store-web/src';