From 4f5216eb61e86d5b7ecb77a1f8fdaad428877827 Mon Sep 17 00:00:00 2001 From: Nekina Date: Thu, 1 May 2025 10:31:44 -0400 Subject: [PATCH 1/2] fixed typo in footer in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..2a2b1d78df 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From d1198505e2389f5915dfb00cc45db608e7646c9b Mon Sep 17 00:00:00 2001 From: Nekina Date: Thu, 1 May 2025 10:56:20 -0400 Subject: [PATCH 2/2] Revert "fixed typo in footer in README.md" This reverts commit 4f5216eb61e86d5b7ecb77a1f8fdaad428877827. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2b1d78df..b103466139 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc._ +_© 2022 XYZ, Inc._