From ef7a9b0dbd76191793d8c838f416ebead9907335 Mon Sep 17 00:00:00 2001 From: Sylvia Blaho Date: Sun, 14 Apr 2024 20:43:22 +0200 Subject: [PATCH] update Flow in README #4 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2145c96..4e60854 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,12 @@ Create +- dataset from Google Sheets - list of dishes - shopping list Read +- dataset from Google Sheets - list of dishes - shopping list - ingredients of a dish @@ -74,7 +76,7 @@ Which libraries are used and what their purpose is, why they are needed - all class names are in `CamelCase`. - all constant names are in `ALL_CAPS`. - all variable names are in `snake_case`. -- following my mentor's suggestion, I changed the names of global variables (that are not constants) so that they always start with an underscore: `_global_variable` +- following my mentor's suggestion, I changed the names of global variables (that are not constants) so that they always start with an underscore: `_global_variable`. ### User input