From 2b7716fc32c4cc9810ecc69ecb44e54341bdcd15 Mon Sep 17 00:00:00 2001 From: Alexander Busse <102560752+AlexanderBuzz@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:08:10 +0200 Subject: [PATCH] Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md Co-authored-by: Rome Reginelli --- .../build-apps/build-a-desktop-wallet-in-javascript.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 5b58299b2e..56d6cdf104 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 @@ -8,10 +8,7 @@ blurb: Build a graphical desktop wallet for the XRPL using JavaScript. # Build a Desktop Wallet in JavaScript -This tutorial demonstrates how to build a desktop wallet for the XRP Ledger using the JavaScript programming language, -the Electron Framework and various libraries. This application can be used as a starting point for building a more -complex and powerful application, as a reference point for building comparable apps, or as a learning experience to -better understand how to integrate XRP Ledger functionality into a larger project. +This tutorial demonstrates how to build a desktop wallet for the XRP Ledger using the JavaScript programming language, the Electron Framework and various libraries. This application can be used as a starting point for building a more complex and powerful application, as a reference point for building comparable apps, or as a learning experience to better understand how to integrate XRP Ledger functionality into a larger project. ## Prerequisites