From be06f78b5f4a8d5528862a5c79c8c5cd729cac8e Mon Sep 17 00:00:00 2001 From: Siphesihle Sibiya Date: Wed, 3 Sep 2025 15:26:20 +0200 Subject: [PATCH 1/2] fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..f419c679f9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Simple Interest Calculator -A calculator that calculates simple interest given principal, annual rate of interest and time period in years. +A calculator that calculates the simple interest of a given principal, annual rate of interest and time period in years. ``` Input: From f7205e6793c013918d212be7542fb5ab9d8f897a Mon Sep 17 00:00:00 2001 From: Siphesihle Sibiya Date: Wed, 3 Sep 2025 15:48:42 +0200 Subject: [PATCH 2/2] fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f419c679f9..725a366197 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2025 XYZ, Inc._