diff --git a/README.md b/README.md
index 3e2924f..c56232d 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,8 @@ Every argument is optional.
| Input | Description |
| ------------------- | ------------------------------------------------------------------------------------------------------ |
-| `github-token` | PAT (Personal Access Token) for authorizing the repository.
_Defaults to **\${{ github.token }}**_. |
-| `kustomize-version` | Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0.
_Defaults to **\***_. |
+| `github-token` | PAT (Personal Access Token) for authorizing the repository.
_Defaults to **\${{ github.token }}**_ |
+| `kustomize-version` | Semver of kustomize to use. Examples: `10.x`, `10.15.1`, `>=10.15.0`
_Defaults to **\***_ |
## Usage