diff --git a/README.md b/README.md index 6fd4860b..fc80ea9f 100644 --- a/README.md +++ b/README.md @@ -42,15 +42,15 @@ 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 | `"7"` | 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) | +| 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 | `"7"` | 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) |