From 669f8e8807d750c3a82621d181a4ec20b24bae36 Mon Sep 17 00:00:00 2001 From: Anton <43762166+smypmsa@users.noreply.github.com> Date: Mon, 17 Mar 2025 17:29:00 +0100 Subject: [PATCH] docs: minor fix in readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 45bc907..9c501bb 100644 --- a/README.md +++ b/README.md @@ -107,13 +107,11 @@ Edit the `.env` file and add your **Solana RPC endpoints** and **private key**. ### Running the bot -#### Option 1: Run as installed package ```bash +# Option 1: run as installed package pump_bot --help -``` -#### Option 2: Run directly -```bash +# Option 2: run directly python -m src.cli --help ```