From 17e70838eae917e5d1d232d458401e040bcae12f Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Thu, 16 Jun 2022 19:05:35 +0100 Subject: [PATCH] Update README.md --- subjects/swapargs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/swapargs/README.md b/subjects/swapargs/README.md index f6312e5b..4feb3ea8 100644 --- a/subjects/swapargs/README.md +++ b/subjects/swapargs/README.md @@ -6,7 +6,7 @@ Write a program that takes two arguments and swaps them - Separate the arguments with (`' '`) - Print (`'\n'`) at the end of the output. -### Example +### Usage ```console $ go run . | cat -e @@ -15,4 +15,4 @@ $ go run . 1 2 | cat -e 2 1$ $ go run . "World" "Hello" | cat -e Hello! World$ -``` \ No newline at end of file +```