From c6b3eeb82a91242ec1dc011d105ec514f0178af7 Mon Sep 17 00:00:00 2001 From: Pav01Founders <92518689+Pav01Founders@users.noreply.github.com> Date: Thu, 14 Oct 2021 12:55:52 +0100 Subject: [PATCH] Update README.md updated instructions. --- subjects/rotatevowels/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/rotatevowels/README.md b/subjects/rotatevowels/README.md index ee94aee3..db8d2968 100644 --- a/subjects/rotatevowels/README.md +++ b/subjects/rotatevowels/README.md @@ -4,8 +4,8 @@ Write a **program** that checks the arguments for vowels. -- If the argument contains vowels (for this exercise `y` is not considered a vowel) the program has to **"mirror"** the position of the vowels in the argument (see the examples). -- If the number of arguments is less than 1, the program display a new line ("`\n`"). +- If the arguments contains vowels (for this exercise `y` is not considered a vowel) the program has to **"mirror"** the position of the vowels in the arguments (see the examples). +- If the number of arguments is less than 1, the program displays a new line ("`\n`"). - If the arguments do not have any vowels, the program just prints the arguments. Example of output :