A little typo fix. And yeah, electricity became a little higher. :)

This commit is contained in:
Alexander Andreev 2022-04-10 18:45:54 +04:00
parent 8556f85781
commit 9673e4cd9d
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# kwh-cost
Calculate cost of electricity.
Calculates cost of electricity.
## How to use
@ -18,10 +18,12 @@ Options are `-v, --version` to show program's version; and `-h, --help` to show
Here is an example:
```console
$ kwh-cost 3.68 120 30d 2h
$ kwh-cost 3.83 120 30d 2h
```
P.S.: Yeah, I pay 3.68 rubles per kWh. Which is just $0.05. :)
Will give 331.83.
P.S.: Yeah, I pay 3.83 rubles per kWh. Which is just $0.05. :)
## Installation