From 093331874bfe003612d390b52c7e2fce0584872e Mon Sep 17 00:00:00 2001 From: Anton <43762166+smypmsa@users.noreply.github.com> Date: Mon, 11 Aug 2025 08:55:13 +0200 Subject: [PATCH] docs(readme): tiny typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a23d8..309527b 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Edit the `.env` file and add your **Solana RPC endpoints** and **private key**. Edit `.yaml` templates in the `bots/` directory. Each file is a separate instance of a trading bot. Examine its parameters and apply your preferred strategy. -For example, to run the pump.fun bot, set `platform: "pump_fun"`; to run the bonk.fun bot, se `platform: "lets_bonk"`. +For example, to run the pump.fun bot, set `platform: "pump_fun"`; to run the bonk.fun bot, set `platform: "lets_bonk"`. #### 4️⃣ Install the bot as a package ```bash