Skip to content

Commit b7c85bd

Browse files
authored
Update README.md
1 parent 39b7e0c commit b7c85bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ The bot can now take income and outcome and display the current month resume; he
66
* `/listincome` print the list of current month income
77
* `/delete +/-<income/outcome amount> <comment>` delete the specified entry
88
* `/balance` print total income, total outcome and the difference between those 2 (aka balance)
9-
* `+<income amount> <comment>` add to the income table the amount and the comment associated
10-
* `-<outcome amount> <comment>` add to the outcome table the amount and the comment associated
9+
* `/income <income amount> <comment>` add to the income table the amount and the comment associated
10+
* `/outcome <outcome amount> <comment>` add to the outcome table the amount and the comment associated
1111

1212
## Installation
1313
* First create the `master.txt` and `token.txt` files, filled respectively with your master chat id
1414
and telegram bot token
1515
* `Install docker`
1616
* Go into the clone folder and run `docker build moneytrakerBot/`
1717
* Copy the container id
18-
* Run `docker run <container id>`
18+
* Run `docker run <container id>`

0 commit comments

Comments
 (0)