Update README.md

This commit is contained in:
Christopher Fremond 2021-07-02 18:21:19 +01:00 committed by GitHub
parent dde89e2979
commit c1be65e3f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Write an **recursive** function that returns the value of fibonacci sequence matching the index passed as parameter.
Write a **recursive** function that returns the value of the fibonacci sequence matching the index passed as parameter.
The first value is at index `0`.