Skip to content

Commit 2b59413

Browse files
authored
Update xian-wallet-utils.md
1 parent 8472182 commit 2b59413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/xian-wallet-utils.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The `XianWalletUtils` JavaScript utility provides a simple interface for interac
99
## Installation
1010

1111
To use `XianWalletUtils`, simply include the `dapp.js` file in your project.
12-
Get dapp.json from the [github repo](https://github.com/xian-network/dapp-utils)
12+
Get dapp.js from the [github repo](https://github.com/xian-network/dapp-utils)
1313

1414
```html
1515
<script src="path/to/dapp.js"></script>
@@ -78,4 +78,4 @@ XianWalletUtils.sendTransaction(
7878
console.log('Transaction Result:', result);
7979
}
8080
});
81-
```
81+
```

0 commit comments

Comments
 (0)