From d124e873e80a491b3da47d47054f8a56db1fe30f Mon Sep 17 00:00:00 2001 From: Ricardo Date: Sat, 28 May 2022 01:04:46 +0000 Subject: [PATCH] Pimping README.md file --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b0462a2..ac8e296 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ # inverT -Invert character by character given text file content +## Invert character by character given text file content -Usage: ./inverT-i [] - -help Print help and exit. - -v Print application version and exit. - -i Invert text caracters. +Usage: ./inverT -i 'some.text.file'
+   -help Print help and exit.
+   -v Print application version and exit.
+   -i Invert text caracters.
Example: ./inverT -i test.txt\n" + +
+Input(_from text inside the file_) : +> Murder for a jar of red rum + +Output : +> mur der fo raj a rof redruM