Skip to content

Commit 552fe62

Browse files
authored
Fixed formatting in readme
Made links on seperate lines, easier to tell there are 2 links there.
1 parent 986eb26 commit 552fe62

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Assumes the user does not know anything about programming in python.
77
* Supports the functions `+,-,*,/`
88

99
[Tutorial](https://github.com/neilbalch/Python-Tutorial-Calculator/blob/master/Simple%20Calculator%20Tutorial.md)
10+
1011
[Source](https://github.com/neilbalch/Python-Tutorial-Calculator/blob/master/Simple%20Calculator.py)
1112

1213
## Advanced Calculator
@@ -17,4 +18,5 @@ Assumes the user does not know anything about programming in python.
1718
* Can convert `Degrees to Radians, Radians to Degrees`
1819

1920
[Tutorial](https://github.com/neilbalch/Python-Tutorial-Calculator/blob/master/Advanced%20Calculator%20Tutorial.md)
21+
2022
[Source](https://github.com/neilbalch/Python-Tutorial-Calculator/blob/master/Advanced%20Calculator.py)

0 commit comments

Comments
 (0)