diff --git a/README.md b/README.md index 813b6e3..27002fb 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# Git-Github \ No newline at end of file +# Git-Github +To fix the bug, I replace the name = "PUT YOUR NAME and email = 'PUT YOUR EMAIL' in the mine.py file with my full name and email address, saved the file, add it to the staging index using my terminal, then I committed the changes and pushed> \ No newline at end of file diff --git a/mine.py b/mine.py index cee063b..0ae2adb 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Valentine John Ogoshi" +email = 'Agyakoji@gmail.com' # Print the name and email address print("Name:", name)