diff --git a/README.md b/README.md index 7897c4d..a518045 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ console.log(array[0]); // Normal way (counting by zero (bad (like very (very) ba console.log(array[iwanttocountfromone(1)]); // Very good and cool way. >> "hi" console.log(array[iwanttocountfromone(2)]); ->> "hi" +>> "bye" ``` Don't count from 0!