Browse Source

docs: update README.md

Filip Dunđer 1 year ago
parent
commit
1290036bb4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -12,8 +12,8 @@ In order to run the script you need to:
 - Transfer some SOL to it.
 - Convert some SOL to USDC.
   - We need USDC because the script is buying USDC pairs.
-- Export twallet private key and paste it into: `wallet.json`
+- Export wallet private key and paste it into: `wallet.json`
 - Modify the buy.ts file and enter your RPC endpoint
   - Find line where it says: `ENTER RPC ENDPOINT HERE` and `ENTER RPC WEBSOCKET ENDPOINT HERE`
     and replace it with your endpoint
-- Run the script
+- Run the script by typing: `npm run buy` in terminal