[README.md] shell to console.

This commit is contained in:
Alexander Andreev 2022-01-03 02:20:17 +04:00
parent 7a0f155e44
commit 3d52d708bc
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -4,7 +4,7 @@ Calculate cost of electricity.
## How to use ## How to use
```shell ```console
$ kwh-cost [OPTIONS] price wattage interval [interval ..] $ kwh-cost [OPTIONS] price wattage interval [interval ..]
``` ```
@ -17,7 +17,7 @@ Options are `-v, --version` to show program's version; and `-h, --help` to show
Here is an example: Here is an example:
```shell ```console
$ kwh-cost 3.68 120 30d 2h $ kwh-cost 3.68 120 30d 2h
``` ```