From 28daddabf63084ed2553bba560aba6bd028c59c6 Mon Sep 17 00:00:00 2001
From: Baltasar Aroso <baltasar@xx.network>
Date: Tue, 7 Jan 2025 13:39:55 +0000
Subject: [PATCH] chore: Update README to replace npm commands with yarn

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 33757a3..d89cc0f 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ To get started with `web-staking`, follow these steps:
 
 3. Install the necessary dependencies:
    ```bash
-   npm install
+   yarn
    ```
 
 ## Usage
@@ -48,7 +48,7 @@ To get started with `web-staking`, follow these steps:
 To start the application in development mode, use:
 
 ```bash
-npm start
+yarn start
 ```
 
 The development server will run on port `3000`. Open your browser and navigate to `http://localhost:3000` to access the application.
@@ -119,7 +119,7 @@ REACT_APP_WALLET_URL=https://wallet.xx.network
 The project uses `react-app-rewired` for builds:
 
 ```bash
-npm run build
+yarn build
 ```
 
 Build artifacts are output to the `build/` folder.
-- 
GitLab