Skip to content

Commit f987fcf

Browse files
authored
docs(readme): fix crazily obvious math mistake
https://i.imgflip.com/4f3lvz.jpg
1 parent 0d826ce commit f987fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Running `ts-node ./calc add 1 2 3` now outputs:
138138

139139
Adding two numbers still works. `ts-node ./calc add 1 2` outputs:
140140
```
141-
1 + 2 = 6
141+
1 + 2 = 3
142142
```
143143

144144

0 commit comments

Comments
 (0)