From fb33cc7aedafb634ed3487a7a5a7c0de83fcbc43 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Tue, 22 Mar 2022 21:43:01 +0000 Subject: [PATCH] Updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6cbf9a4..5c62d7c 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,9 @@ Support this project with a :star: -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|------------------|--------|----------|---------|---------------------------------------------------------------| -| strip\_tag\_prefix | string | false | | The tag prefix to strip e.g `v0.0.1
-> (strip v) -> 0.0.1` | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|------------------|--------|----------|---------|----------------------------------------------------------------------------------------------| +| strip\_tag\_prefix | string | false | | The prefix that should be stripped from
the tag e.g `v0.0.1` -> `(strip v)`
-> `0.0.1` |