diff --git a/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md b/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md index 81df9f63a9..59156687da 100644 --- a/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md +++ b/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md @@ -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