From cd1dee9ab3a07d44c72df9f2e78f540ceb334b70 Mon Sep 17 00:00:00 2001 From: zainabdnaya Date: Wed, 15 Jun 2022 13:15:59 +0100 Subject: [PATCH] Correcting Vowels-Index subject --- subjects/vowels-index/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/subjects/vowels-index/README.md b/subjects/vowels-index/README.md index f5667924..01ab493a 100644 --- a/subjects/vowels-index/README.md +++ b/subjects/vowels-index/README.md @@ -14,6 +14,7 @@ func VowelsIndex(str string) []int { ### Usage Here is a possible program to test your function + ```go package main