From bd541dc1e28081bd2a2af1f0d7e8cb1f3878f3fc Mon Sep 17 00:00:00 2001 From: alistair Date: Thu, 6 Feb 2020 12:44:30 +1000 Subject: [PATCH] example output --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6754300..c8191f2 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,25 @@ letters from a pool of available letters. To do this use ``` -$ banagram min <(optional) string of available letters>" +$ # banagram min <(optional) string of available letters>" +$ banagram min 999 hello gufsv +hello +lughole + 1g 1u +shovelful + 1f 1s 1u 1v ``` Alternatively, to find all words containing exactly all the same letters as a given word, use: ``` -$ banagram exact word +$ # banagram exact word +$ banagram e meal +elam +elma +male +lame +male +meal ``` ## TODO: