From 1290036bb47e147fb2e36f76159cb6201c6f0f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Dun=C4=91er?= Date: Sat, 13 Jan 2024 12:58:32 +0100 Subject: [PATCH] docs: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec24b3c..dcd80b4 100644 --- a/README.md +++ b/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