From dc28a3e68e2f280b0e9ae5929a4576e887803d00 Mon Sep 17 00:00:00 2001 From: Amy <132634765+amy927@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:10:20 -0400 Subject: [PATCH 1/2] Create README.md Added a README to the application --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..79fee7d --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +This application lets the user input their name then says "Hi" with the user's name as well. From 90779397df3c5da76fb62783e24403f19c43303f Mon Sep 17 00:00:00 2001 From: Amy <132634765+amy927@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:12:12 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79fee7d..029a419 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -This application lets the user input their name then says "Hi" with the user's name as well. +This application lets the user input their name and then says "Hi" with the user's name as well.