From 0864c7ec3575a4d12ed8931cbdd8bd5ce4cdb266 Mon Sep 17 00:00:00 2001 From: zeethi Date: Thu, 9 Oct 2025 09:13:15 -0400 Subject: [PATCH 1/2] fix the footer typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b103466..f211d77 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Introduction to Git and GitHub +3# Introduction to Git and GitHub ## Simple Interest Calculator @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From e2208d2e57f2beb097f5848d8d8baa828ff807b1 Mon Sep 17 00:00:00 2001 From: zeethi Date: Thu, 9 Oct 2025 09:34:07 -0400 Subject: [PATCH 2/2] Revert "fix the footer typo in README.md" This reverts commit 0864c7ec3575a4d12ed8931cbdd8bd5ce4cdb266. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f211d77..b103466 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -3# Introduction to Git and GitHub +# Introduction to Git and GitHub ## Simple Interest Calculator @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc._ +_© 2022 XYZ, Inc._