From 3d52d708bce5396d3c55479f0aad74e96f254d89 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 3 Jan 2022 02:20:17 +0400 Subject: [PATCH] [README.md] shell to console. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 205a11b..636a725 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Calculate cost of electricity. ## How to use -```shell +```console $ 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: -```shell +```console $ kwh-cost 3.68 120 30d 2h ```