From 7471d90d3ba84405b901f5f1e2f34c164521c507 Mon Sep 17 00:00:00 2001 From: "repo-ranger[bot]" Date: Thu, 24 Aug 2023 02:53:18 +0000 Subject: [PATCH] Updated README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 |