diff --git a/README.md b/README.md
index 33757a3c2c70f238128d6c6c0509e0e5afb2f855..d89cc0f34bca329dbb0a28b1784c1e6bd638be05 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.