From 5d032b3897d34643ecb1901143c445f338147044 Mon Sep 17 00:00:00 2001 From: ITwrx Date: Wed, 26 Jun 2024 23:30:18 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efe81f4..9b1b6cb 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,6 @@ run the program from any location in the terminal with: `./watts_to_dollars` or The idea is to enter the total watts of a device, or the difference in watts between two devices, if you want to see how much those watts will cost you on your electricity bill. It uses days as the time unit for simplicity, so you can use `31` for a month or `365` for a year if you want to. # But Why? -I often need this information, and doing a search for a website with reams of nonsensical text and possibly not even finding a calculator, or finding one that irritates me, finally took it's toll yesterday morning, and i wrote this instead. I thought maybe other people might find it useful, thus the repo. This was also the first time i had a good enough excuse to write something in Nim for the CLI, and i liked how clean and concise it turned out, and thought someone else might like to see a small example. +I often need this information, and sometimes searching for and using web calculators/converters can be irritating. I finally had had enough yesterday morning, and i wrote this instead. I thought maybe other people might find it useful, thus the repo. This was also the first time i had a good enough excuse to write something in Nim for the CLI, and i liked how clean and concise it turned out, and thought someone else might like to see a small example. Enjoy! \ No newline at end of file