Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md

Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
Alexander Busse
2023-07-10 15:36:32 +02:00
committed by GitHub
parent 0ccaee255a
commit c251289c1c

View File

@@ -159,6 +159,7 @@ app.whenReady().then(() => {
npm run start
```
You should see a window appear that displays the text "Build a XRPL Wallet" and "Hello world!"
To run the reference application found in `content/_code-samples/build-a-wallet/desktop-js` for this step, run:
```console