From 9673e4cd9db51d5bd2922c5e0217d8917075fd98 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 10 Apr 2022 18:45:54 +0400 Subject: [PATCH] A little typo fix. And yeah, electricity became a little higher. :) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 636a725..313b102 100644 --- a/README.md +++ b/README.md @@ -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