From 945884c7423d4de1a325626669b6f356ad65fcee Mon Sep 17 00:00:00 2001 From: guffeym Date: Tue, 1 Apr 2025 20:28:11 -0700 Subject: [PATCH 1/3] Fixed typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b103466139..7c89641246 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ A calculator that calculates simple interest given principal, annual rate of int ``` Input: - p, principal amount + p, principal amount t, time period in years r, annual rate of interest Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From be68de29695e931efa5c07c074f9b721feb809f7 Mon Sep 17 00:00:00 2001 From: guffeym Date: Wed, 2 Apr 2025 17:28:08 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c89641246..2a2b1d78df 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A calculator that calculates simple interest given principal, annual rate of int ``` Input: - p, principal amount + p, principal amount t, time period in years r, annual rate of interest Output From 9af37693f1aa7584983ed46cfb7fd57174f68619 Mon Sep 17 00:00:00 2001 From: guffeym Date: Fri, 4 Apr 2025 13:26:49 -0700 Subject: [PATCH 3/3] Bug fix typo revert --- 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._