diff --git a/README.md b/README.md index b1034661..31cffcb9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ A calculator that calculates simple interest given principal, annual rate of interest and time period in years. -``` Input: p, principal amount t, time period in years @@ -13,4 +12,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._