From b195c9c5785f2a8c32bb5ddeccf384caf0e5d9dc Mon Sep 17 00:00:00 2001 From: Chris Halbert Date: Fri, 26 Apr 2024 00:05:44 -0400 Subject: [PATCH] Update README.md Small readme updates. Signed-off-by: Chris Halbert --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e48dd84d6..3c0308675 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Crypto.com DeFi Desktop Wallet ## Warning -Crypto.com DeFi Desktop Wallet may subject to changes. Before proceeding, please be aware of the following: +Crypto.com DeFi Desktop Wallet may be subject to change. Before proceeding, please be aware of the following: -- Crypto.com is not liable for any potential damage, loss of data/files arising from the use of the wallet. +- Crypto.com is not liable for any potential damage, loss of data, or files arising from the use of the wallet. ## Latest releases @@ -22,9 +22,9 @@ Please refer to the [Instructions on Multi-Language Content Management](./CONTEN ### Pre-requirements -This project requires [Node.js](https://nodejs.org/) to build, [.node-version](./.node-version) indicates the version currently using. +This project requires [Node.js](https://nodejs.org/) to build, [.node-version](./.node-version) indicates the version currently being used. -You can either install Node.js globally or use any of the Node Version Manager which respect [.node-version](./.node-version) in [this list](https://github.com/shadowspawn/node-version-usage). +You can either install Node.js globally or use any of the Node Version Manager versions, with respect to [.node-version](./.node-version) in [this list](https://github.com/shadowspawn/node-version-usage). ### Installation @@ -47,7 +47,7 @@ yarn build ``` Builds an optimized web distributable output for the repository. -The final output build should be ready to be deployed like any normal react web app. The /build folder is ready to be deployed 🚀 +The final output build should be ready to be deployed like any normal react web app. The `/build` folder is ready to be deployed 🚀 #### Electron Target 💻