Skip to content

Commit 962540e

Browse files
Fixed typo in README
1 parent e5a137f commit 962540e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# Final Project - Simple Interest Calculator
2+
# jbbmo-Introduction-to-Git-and-GitHub
23

3-
This repository is created as part of the hands-on labs for the GitHub & Git CLI final project.
4+
This repository is for learning Git and GitHub.
5+
6+
This repo is created as part of the hands-on labs for the GitHub & Git CLI final project.
7+
# This is a sample edit for bug-fix-typo branch
48

59
## Contents
6-
- `simple-interest.sh`: A shell script that calculates simple interest.
10+
- `simple-interest.sh`: A she script that calculates simple interest.
711
- `LICENSE`: Apache 2.0 License file.
812
- `README.md`: Project documentation.
913
- `CODE_OF_CONDUCT.md`: Contributor Code of Conduct.
10-
- `CONTRIBUTING.md`: Guidelines for contributions.
14+
- `CONTRIBUTING.md`: Guidelines for the contributions.
15+
This line was added to fix a typoerror as part of the GitHubs project task.
16+
## Update
17+
Fixed a small typo as part of the GitHub exercise.
18+
1119

1220
## How to Run the Script
1321
```bash

0 commit comments

Comments
 (0)