Skip to content

Commit 5d34c05

Browse files
committed
Fix typo in README.md
1 parent 6860ab4 commit 5d34c05

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

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

53
## Simple Interest Calculator
64

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

97
```
108
Input:

0 commit comments

Comments
 (0)