aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-04-04 19:23:23 +0200
committerAdrian Kummerlaender2016-04-04 19:23:23 +0200
commit5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171 (patch)
tree6e3de208daea6b127fddd7bff82cdb505d6fa999
parentbcee386b79f54e67193957e4ddd0345568871e00 (diff)
downloadjustify-5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171.tar
justify-5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171.tar.gz
justify-5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171.tar.bz2
justify-5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171.tar.lz
justify-5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171.tar.xz
justify-5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171.tar.zst
justify-5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171.zip
Add example output to README.md
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 019ee1e..d6c6d3c 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,14 @@
Textual input is read from _STDIN_ and written to _STDOUT_ in its justified form. The default output width of 60 characters may be customized via the first application argument.
+i.e. `echo "$the_paragraph_above" | justify 40` results in:
+
+ Textual input is read from _STDIN_ and
+ written to _STDOUT_ in its justified
+ form. The default output width of 60
+ characters may be customized via the
+ first application argument.
+
## Build
mkdir build