diff --git a/docs/README.md b/docs/README.md
index 12211f07f..c54d6d1ed 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -294,6 +294,7 @@ A `backend` defines the connection to a local/remote backend service. Backends c
| *label*|
- ⚠ mandatory, when declared in `api` block
- ⚠ mandatory, when declared in `definitions` block
|
| `origin`| URL to connect to for backend requests ⚠ must start with `http://...` |
|`base_path`|- `base_path` for backend
- won\`t change for `endpoint`
|
+|`hostname`| value of the HTTP host header field for the `origin` request. Since `hostname` replaces the request host the value will also be used for a server identity check during a TLS handshake with the origin. |
|`path`|changeable part of upstream URL|
|`timeout`| - the total deadline duration a backend request has for write and read/pipe
- valid time units are: "ns", "us" (or "µs"), "ms", "s", "m", "h"
|
| `request_headers` | header map to define additional or override header for the `origin` request |