diff --git a/README.md b/README.md
index 13e5aac..c759774 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ Upload or download the assets of a release to a Forgejo instance.
 | `url` | <p>URL of the Forgejo instance</p> | `false` | `""` |
 | `repo` | <p>owner/project relative to the URL</p> | `false` | `""` |
 | `tag` | <p>Tag of the release</p> | `false` | `""` |
+| `title` | <p>Title of the release</p> | `false` | `""` |
 | `sha` | <p>SHA of the release</p> | `false` | `""` |
 | `token` | <p>Forgejo application token</p> | `true` | `""` |
 | `release-dir` | <p>Directory in whichs release assets are uploaded or downloaded</p> | `true` | `""` |