From 5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 4 Apr 2016 19:23:23 +0200 Subject: Add example output to README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3