diff --git a/README.md b/README.md
index 42ed84e..5303b4a 100644
--- a/README.md
+++ b/README.md
@@ -86,9 +86,9 @@ Support this project with a :star:
-| 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` |
+| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
+|------------------|--------|----------|---------|--------------------------------------------------------------------------------------------------------------|
+| strip\_tag\_prefix | string | false | | The prefix that should be stripped
from the tag e.g `v` ->
with a tag `v0.0.1` -> returns
`0.0.1` |