diff --git a/README.md b/README.md index 6b8124f..f09f521 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,9 @@ Replace wss://your.ethereum.websocket.provider with the URL of your Ethereum Web ## Usage To run the script, use the following command: - ```bash - node sent_usdt.js + ```bash + node send_usdt.js + ``` The script will start listening for events from your smart contract and perform token transfers based on predefined conditions. @@ -52,4 +53,4 @@ You can customize the script by modifying the following variables in the send_us ## Logging -The script logs its activity to a txlogs.txt file in the project directory. You can check this file for transaction-related information and errors. \ No newline at end of file +The script logs its activity to a txlogs.txt file in the project directory. You can check this file for transaction-related information and errors.