Skip to content

Commit 3794cd6

Browse files
committed
Fix typo in README
1 parent 83026bb commit 3794cd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ A calculator that calculates simple interest given principal, annual rate of int
66

77
```
88
Input:
9-
p, principal amount
10-
t, time period in years
11-
r, annual rate of interest
9+
P, principal amount
10+
T, time period in years
11+
R, annual rate of interest
1212
Output
13-
simple interest = p*t*r
13+
simple interest = P*T*R
1414
```
1515

1616
_© 2022 XYZ, Inc._

0 commit comments

Comments
 (0)