From c865066862abd98e3724b918a1fc3a516fd0dbc0 Mon Sep 17 00:00:00 2001 From: Gaius Reji <49056271+gaius-r@users.noreply.github.com> Date: Wed, 4 Nov 2020 15:55:25 +0530 Subject: [PATCH] Update README.md Updated README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1925712..9aa043e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # pythonMenuStack A python program displaying a menu integrating operations in concepts like Hadoop, AWS, and others. + +-> Remember to follow proper indentation while working on menu.py +-> Try to comment specific function operations above the functions you create, for better understanding +-> Remember to commit only to the branch that you create, and then PR. I shall review the changes and merge the commit if there are no issues. + +HAPPY CODING.