From 87cc8d890ae906a0bf14339fdbfc3ce1505b5f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Biel?= Date: Wed, 12 Jul 2017 19:39:36 +0200 Subject: [PATCH] Fix shell example in README (add description) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c58debc..1d6e938 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,7 @@ command itself. command: read var && echo Your variable is $var stdin: true stdout: true + description: Reading and printing variable - command: read fail stderr: true