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