From a9775f4d9b694e2e2d74e2ffc20a2f34f46e4064 Mon Sep 17 00:00:00 2001 From: Arthur Gerbaud Date: Tue, 14 May 2019 13:36:56 +0000 Subject: [PATCH] fix code bloc --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8215eca..de79eb5 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,14 @@ The flow is : 1. Print `section` header 2. Use `output` helpers to display the output you want generated 3. Close your section with `result` + ``` echo "Task number One" | section echo "This will work" | output::info -ls -l |& output +ls -l |& output echo "This will not" | output::warning ls /non_existent_file |& output - result +result ``` ## Todo list