diff --git a/README.md b/README.md index 77ee2ba..e8bead8 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,11 @@ If you feel generous and want to show some extra appreciation: -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|---------|--------|----------|-----------|------------------------------------------------------------------------------| -| dir | string | false | `"."` | The directory to run [depcheck](https://github.com/depcheck/depcheck#readme) | -| ignores | string | false | | Comma separated list of packages
to ignore | -| version | string | false | `"1.4.3"` | Version of [depcheck](https://github.com/depcheck/depcheck/tags) | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|-------------------------------------------------------|--------|----------|-----------|------------------------------------------------------------------------------| +| [dir](#input_dir) | string | false | `"."` | The directory to run [depcheck](https://github.com/depcheck/depcheck#readme) | +| [ignores](#input_ignores) | string | false | | Comma separated list of packages
to ignore | +| [version](#input_version) | string | false | `"1.4.3"` | Version of [depcheck](https://github.com/depcheck/depcheck/tags) | @@ -51,9 +51,9 @@ If you feel generous and want to show some extra appreciation: -| OUTPUT | TYPE | DESCRIPTION | -|-----------|--------|--------------------| -| exit\_code | string | depcheck exit code | +| OUTPUT | TYPE | DESCRIPTION | +|---------------------------------------------------------------|--------|--------------------| +| [exit\_code](#output_exit_code) | string | depcheck exit code |