From 25d94a32e600af070a3a32c946ebd8f6cbd53465 Mon Sep 17 00:00:00 2001 From: Ross Anderson Date: Wed, 22 Dec 2021 18:57:56 -0800 Subject: [PATCH] Use table in README --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 23cd952..e8388c7 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,10 @@ Run jq on your data and get result as output ### `multiline` Optional. Default `false`. -If `multiline: true`, multiple lines of output will be captured. Useful -for capturing lists. - -If `multiline: false`, only the first line of the output will be -captured. The rest will be written to stdout. +| Value | Behavior | +| - | - | +| true | Multiple lines of output will be captured. Useful for capturing lists. | +| false | Only the first line of the output will be captured. The rest will be written to stdout. | ## Outputs @@ -68,5 +67,4 @@ jobs: for keyword in $keywords; do echo "$keyword" done - ```