diff --git a/README.md b/README.md index b103466139..f8abbcc4ad 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ A calculator that calculates simple interest given principal, annual rate of int ``` Input: p, principal amount - t, time period in years + t, time period in years r, annual rate of interest Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._