From c1be65e3f1d9cf6353d1d2a5a0d26be0e0b2d163 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Fri, 2 Jul 2021 18:21:19 +0100 Subject: [PATCH] Update README.md --- subjects/fibonacci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/fibonacci/README.md b/subjects/fibonacci/README.md index 959a72a3..cb90c944 100644 --- a/subjects/fibonacci/README.md +++ b/subjects/fibonacci/README.md @@ -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`.