Skip to content

Commit 8867b96

Browse files
authored
Added links to tutorials in readme
1 parent dd52999 commit 8867b96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Assumes the user does not know anything about programming in python.
66

77
* Supports the functions `+,-,*,/`
88

9-
Tutorial:
9+
[Tutorial](https://github.com/neilbalch/Python-Tutorial-Calculator/blob/master/Simple%20Calculator%20Tutorial.md)
1010

1111
# Advanced Calculator
1212

@@ -15,4 +15,4 @@ Tutorial:
1515
* Can recall constants `pi,e,tau`
1616
* Can convert `Degrees to Radians, Radians to Degrees`
1717

18-
Tutorial:
18+
[Tutorial](https://github.com/neilbalch/Python-Tutorial-Calculator/blob/master/Advanced%20Calculator%20Tutorial.md)

0 commit comments

Comments
 (0)