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