From 296c9cbb2f7a43180264a56a0c55975ac4cbed30 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Sat, 29 Oct 2022 23:36:16 +0000 Subject: [PATCH] Updated README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d3dd7ea4..d3820716 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,13 @@ Add the `Inputs` and/or `Outputs` [`H2` header](https://github.com/adam-p/markdo | INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | |----------------|--------|----------|----------------|-----------------------------------------------------------------------------| -| action | string | false | `"action.yml"` | Path to the action.yml file
| -| bin\_path | string | false | | Path to the auto-doc binary
| -| col\_max\_width | string | false | `"1000"` | Max width of a column
| -| col\_max\_words | string | false | `"5"` | Max number of words per
line in a column | -| input\_columns | string | false | | List of Input columns names
to display, default (display all
columns) | -| output | string | false | `"README.md"` | Path to the output file
| -| output\_columns | string | false | | List of Output column names
to display, default (display all
columns) | +| action | string | false | `"action.yml"` | Path to the action.yml file
| +| bin\_path | string | false | | Path to the auto-doc binary
| +| col\_max\_width | string | false | `"1000"` | Max width of a column
| +| col\_max\_words | string | false | `"5"` | Max number of words per
line in a column | +| input\_columns | string | false | | List of Input columns names
to display, default (display all
columns) | +| output | string | false | `"README.md"` | Path to the output file
| +| output\_columns | string | false | | List of Output column names
to display, default (display all
columns) |