Browse Source

fix: var name

Filip Dunder 1 year ago
parent
commit
1273fbb634
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -47,10 +47,10 @@ It will buy only when new pool is open for trading. If you want to buy token tha
 By default, auto sell is enabled. If you want to disable it, you need to:
 By default, auto sell is enabled. If you want to disable it, you need to:
 - Change variable `AUTO_SELL` to `false`
 - Change variable `AUTO_SELL` to `false`
 - Update `MAX_SELL_RETRIES` to set the maximum number of retries for selling token
 - Update `MAX_SELL_RETRIES` to set the maximum number of retries for selling token
-- Update `SELL_DELAY` to the number of milliseconds you want to wait before selling the token
+- Update `AUTO_SELL_DELAY` to the number of milliseconds you want to wait before selling the token
   - This will sell the token after the specified delay. (+- RPC node speed)
   - This will sell the token after the specified delay. (+- RPC node speed)
 
 
-If you set SELL_DELAY to 0, token will be sold immediately after it is bought.
+If you set AUTO_SELL_DELAY to 0, token will be sold immediately after it is bought.
 
 
 There is no guarantee that the token will be sold at a profit or even sold at all. The developer is not responsible for any losses incurred by using this feature.
 There is no guarantee that the token will be sold at a profit or even sold at all. The developer is not responsible for any losses incurred by using this feature.