From 2a55cc415f0e9e617ca8443d7c3a70b4b6c98920 Mon Sep 17 00:00:00 2001 From: JumasJM <108924588+JumasJM@users.noreply.github.com> Date: Fri, 19 Aug 2022 13:34:12 +0200 Subject: [PATCH] Update README.md Added something --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0af4fe8..638219d 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ Api-key is beiing obtained from text file. If the current rate is high than the previous day the output and data stored in the database will be printed green, otherwise in case of lower rate the data will be printed RED. Scpript will prompt the user to input currencies until he types 'quit' which will close the app, or 'history' which will print out the whole postgres database. In case of wrong input, app will print out 'Wrong input' and will prompt the user for input again. + +**Added something