Update tutorial references and code formatting in TypeScript guides

This commit is contained in:
naavyas
2026-07-10 15:15:14 -04:00
parent d507e511f8
commit be42e80f08
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
Connects to the XRP Ledger, gets account information, builds and validates a typed transaction, and subscribes to ledger events using TypeScript and `xrpl.js`.
To download the source code, see [Get Started Using TypeScript Library](https://xrpl.org/docs/tutorials/get-started/get-started-typescript).
To download the source code, see the [Get Started Using TypeScript tutorial](https://xrpl.org/docs/tutorials/get-started/get-started-typescript) on xrpl.org.
## Setup