From 61d064a2cccd974bc5e8b1c9450f028af30c0293 Mon Sep 17 00:00:00 2001 From: elij Date: Sun, 20 Aug 2023 20:48:34 -0700 Subject: [PATCH] readme formatting --- README.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index b0fd782..3df518c 100644 --- a/README.adoc +++ b/README.adoc @@ -410,7 +410,8 @@ These extra headers will then be returned as part of the response. These extra headers are part of a 4th encoded url path component, signed under the hmac signature. -The underlying data is a json dict/map of an array of header values (since a given http header can be present with multiple values). Example: +The underlying data is a json dict/map of string values. + +Example: ---- { "content-disposition": "attachment; filename=\"image.png\""