Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maycon-mello committed Oct 4, 2024
1 parent 3770d29 commit 45a05d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cloud-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -40,7 +40,7 @@ const dataStore = await createDataStore({
});
```

For **Browser**:
#### For Browser

```ts
import {createDataStore} from '@docknetwork/wallet-sdk-data-store-web/src';
Expand Down

0 comments on commit 45a05d2

Please sign in to comment.