diff --git a/v2:-Documentation.md b/v2:-Documentation.md index 3b03514..e816780 100644 --- a/v2:-Documentation.md +++ b/v2:-Documentation.md @@ -1988,7 +1988,7 @@ Transport modules: "protocol": "fastcgi", "root": "/var/www/mysite", "split_path": ".php", - "env": [["key", "value"]] + "env": {"key": "value"} } ```