diff --git a/README.md b/README.md index 3c1c48f..17825cd 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,12 @@ The action will not commit any change, to ensure the changes are persisted you c ## Inputs -| parameter | description | required | default | -| - | - | - | - | -| readme | Readme file to update. | `false` | README.md | -| actionFile | THe action definition file. | `false` | action.yml | -| tocLevel | TOC level used for the headers. | `false` | 2 | -| lineBreaks | Line breaks to be used in updated readme (LF|CR|CRLF). | `false` | LF | +| parameter | description | required | default | +| ---------- | ---------------------------------------------------------------- | -------- | ---------- | +| readme | Readme file to update. | `false` | README.md | +| actionFile | THe action definition file. | `false` | action.yml | +| tocLevel | TOC level used for the headers. | `false` | 2 | +| lineBreaks | Line breaks to be used in updated readme (LF|CR|CRLF). | `false` | LF |