Skip to content

Commit 6860ab4

Browse files
committed
Fix typo in README.md
1 parent 83026bb commit 6860ab4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
git add README.md
2+
git commit -m "Fix typo in README.md"
13
# Introduction to Git and GitHub
24

35
## Simple Interest Calculator
46

5-
A calculator that calculates simple interest given principal, annual rate of interest and time period in years.
7+
A calculator that calculates simple interest given principal(p), annual rate of interest(r) and time period in years(t).
68

79
```
810
Input:

0 commit comments

Comments
 (0)