Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleSema committed May 24, 2022
1 parent d133fcf commit 6240ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
для него стратегию. Для этого нужно запустить приложение с параметрами вида:

```
java -jar TinkoffTradeBot.jar \
java -jar TinkoffTradeBotfather.jar \
--user.token=<TOKEN> \
--user.mode=<MODE> \
--user.account-id=<ACCOUNT_ID> \
Expand All @@ -116,7 +116,7 @@ java -jar TinkoffTradeBot.jar \
Пример правильной команды:

```
java -jar TinkoffTradeBot.jar \
java -jar TinkoffTradeBotfather.jar \
--user.token='t.123' \
--user.mode='SANDBOX' \
--user.figis="BBG004730N88,BBG004730RP0" \
Expand Down

0 comments on commit 6240ca3

Please sign in to comment.