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-01 16:43:58 +02:00
committed by GitHub
parent 84d9a3c93a
commit 5d17e9e57a

View File

@@ -62,7 +62,7 @@ and asynchronous (async) code in JavaScript.
### 0. Project setup ### 0. Project setup
To initialize the project we will create a package.json file with the following content: To initialize the project, create a package.json file with the following content:
{{ include_code("_code-samples/build-a-wallet/desktop-js/package.json", language="js", lines="1-28") }} {{ include_code("_code-samples/build-a-wallet/desktop-js/package.json", language="js", lines="1-28") }}