From be37d12a29ba19d41fa4dbfbf4cc8aef6d5ae7d0 Mon Sep 17 00:00:00 2001 From: wiem21 Date: Thu, 21 Nov 2024 14:52:45 +0100 Subject: [PATCH] fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..64ed5aa76b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A calculator that calculates simple interest given principal, annual rate of int Input: p, principal amount t, time period in years - r, annual rate of interest + r, rate of interest per year Output simple interest = p*t*r ```