From afdfadc0e5fa9c82aeee4e0aa0e2a1eb548fdbb0 Mon Sep 17 00:00:00 2001 From: Joseph Pleasant Date: Mon, 8 Sep 2025 15:28:05 -0400 Subject: [PATCH 1/2] fixed typo in the README.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466..2a2b1d7 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From e6fbb03c2b2dcc0ffe70ec915b21fd0624cd0996 Mon Sep 17 00:00:00 2001 From: Joseph Pleasant Date: Mon, 8 Sep 2025 15:35:20 -0400 Subject: [PATCH 2/2] reverted bug fix to its original content --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2b1d7..b103466 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc._ +_© 2022 XYZ, Inc._