Skip to content

Commit b361058

Browse files
committed
Fix broken a link in readme
1 parent 4900673 commit b361058

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
@@ -74,7 +74,7 @@ For more usage examples check the
7474
Some interesting examples there:
7575

7676
* [factorial.lua](https://github.com/edubart/lua-bint/blob/master/examples/factorial.lua) - calculate factorial of 100
77-
* [fibonnaci.lua](https://github.com/edubart/lua-bint/blob/master/examples/fibonnaci.lua) - calculate the 1001th number of the Fibonacci sequence
77+
* [fibonacci.lua](https://github.com/edubart/lua-bint/blob/master/examples/fiboncaci.lua) - calculate the 1001th number of the Fibonacci sequence
7878
* [pi.lua](https://github.com/edubart/lua-bint/blob/master/examples/pi.lua) - calculate the first 100 digits of Pi
7979
* [e.lua](https://github.com/edubart/lua-bint/blob/master/examples/e.lua) - calculate the first 100 digits of Euler's number
8080
* [rsa.lua](https://github.com/edubart/lua-bint/blob/master/examples/rsa.lua) - simple RSA example for encrypting/decrypting messages

0 commit comments

Comments
 (0)