From fe5433684f82884c540189773b5d8c9f3c2b981e Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sun, 26 Nov 2023 22:16:21 +0100 Subject: [PATCH] Corrected wrong promises in README.md :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbde989..5d4cc56 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ would obviously make the whole thing unnecessary. It only provides very basic fu which is: 1. Grap the history of a specific stock -2. Select a specific period of time (via parameters `from` and `to`) +2. Select a specific period of time (via parameters `start` and `end`) 3. Directly convert the data to another currency¹ That's pretty much all. And all this just very convenient.