Skip to content

Commit

Permalink
remove /out
Browse files Browse the repository at this point in the history
  • Loading branch information
andreigiura committed Aug 8, 2024
1 parent 7c9f3de commit 4e7037b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sdk-and-tools/sdk-js/sdk-js-signing-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ console.log(message.toJSON());
In order to aquire the instance (singleton) of the provider, do as follows:

```js
import { CrossWindowProvider } from "@multiversx/sdk-web-wallet-cross-window-provider/out";
import { CrossWindowProvider } from "@multiversx/sdk-web-wallet-cross-window-provider";

const provider = CrossWindowProvider.getInstance();
```
Expand Down Expand Up @@ -615,7 +615,7 @@ console.log(message.toJSON());
In order to aquire the instance (singleton) of the provider, do as follows:

```js
import { MetamaskProxyProvider } from "@multiversx/sdk-metamask-proxy-provider/out";
import { MetamaskProxyProvider } from "@multiversx/sdk-metamask-proxy-provider";

const provider = MetamaskProxyProvider.getInstance();
```
Expand Down

0 comments on commit 4e7037b

Please sign in to comment.