diff --git a/README.md b/README.md
index 80eb006..f6959c2 100644
--- a/README.md
+++ b/README.md
@@ -106,6 +106,7 @@ For zip archive update, configure the "OTA Release" step as
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-------------------------------------------------------------------------------------------------------------------|--------|----------|-----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [artifacts_dir](#input_artifacts_dir) | string | false | | Path to the directory where
OTA update artifacts are stored |
+| [backend_url](#input_backend_url) | string | false | | URL of the backend server
that runs the OTA update
service. If not provided, the
Thistle service will be used |
| [base_install_path_on_device](#input_base_install_path_on_device) | string | false | | Path to base directory on
device file system where OTA
update artifacts will be installed.
Required if release_type is "file"
or "zip_archive" |
| [persist_dir_on_device](#input_persist_dir_on_device) | string | true | | Path to the directory where
the device can persist data |
| [project_access_token](#input_project_access_token) | string | true | | Project access token can be
obtained from the project settings
page in Thistle Control Center |