diff --git a/README.md b/README.md index eef7ff2..7b9a599 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ can be replaced with: | Name | Default | Description | |-----------------|:--------:|-------------| -| `java-version`
*(required)* | n/a | Java version | +| `java-version`
*(required)* | n/a | Java version | | `distribution` | `'graalvm'` | GraalVM distribution | | `java-package` | `'jdk'` | The package type (`'jdk'` or `'jdk+fx'`). Currently applies to Liberica only. | | `github-token` | `'${{ github.token }}'` | Token for communication with the GitHub API. Please set this to `${{ secrets.GITHUB_TOKEN }}` (see [templates](#templates)) to allow the action to authenticate with the GitHub API, which helps reduce rate-limiting issues. |