Skip to content

Commit 7835a6b

Browse files
authored
Update README.md
1 parent 4f57c10 commit 7835a6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Mount this directory when running the container.
5555
```bash
5656
docker run --rm ardrive-turbo-credit-cron \
5757
--get-chat-id \
58-
--telegram-bot-token "YOUR_BOT_TOKEN"
58+
--telegram-bot-token YOUR_BOT_TOKEN
5959
```
6060

6161
Once you send a message to your bot, the chat ID will be printed.
@@ -80,8 +80,8 @@ docker run --rm -v /keys:/wallets \
8080
ardrive-turbo-credit-cron \
8181
--wallet /wallets/YOUR_PUBLIC_KEY.json \
8282
--amount 50% \
83-
--telegram-bot-token "YOUR_BOT_TOKEN" \
84-
--telegram-username "YOUR_CHAT_ID"
83+
--telegram-bot-token YOUR_BOT_TOKEN \
84+
--telegram-username YOUR_CHAT_ID
8585
```
8686

8787
---
@@ -120,7 +120,7 @@ crontab -e
120120
### Run Every 6 Hours with Notifications
121121

122122
```bash
123-
0 */6 * * * docker run --rm -v /keys:/wallets ardrive-turbo-credit-cron --wallet /wallets/YOUR_PUBLIC_KEY.json --amount 5% --telegram-bot-token "YOUR_BOT_TOKEN" --telegram-username "YOUR_CHAT_ID"
123+
0 */6 * * * docker run --rm -v /keys:/wallets ardrive-turbo-credit-cron --wallet /wallets/YOUR_PUBLIC_KEY.json --amount 5% --telegram-bot-token YOUR_BOT_TOKEN --telegram-username YOUR_CHAT_ID
124124

125125
```
126126

0 commit comments

Comments
 (0)