diff --git a/subjects/vowels-index/README.md b/subjects/vowels-index/README.md index 01ab493a..a9056bb4 100644 --- a/subjects/vowels-index/README.md +++ b/subjects/vowels-index/README.md @@ -3,7 +3,7 @@ ### Instructions Write a function that takes one argument of type string and returns an array of integers containing the index of the vowels in the string. -- vowels: a, e, i, o, u] +- vowels: [a, e, i, o, u] ### Expected function