From 9cea332865ccee9a4996c29013f0117fd8fccff2 Mon Sep 17 00:00:00 2001 From: Devin Zuczek <135654042+devin-purple@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:02:48 -0400 Subject: [PATCH] Fix example usage of headers in configuration file (#1540) --- lychee.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lychee.example.toml b/lychee.example.toml index 0e023055e2..034907016c 100644 --- a/lychee.example.toml +++ b/lychee.example.toml @@ -69,7 +69,7 @@ require_https = false method = "get" # Custom request headers -headers = [] +header = ["name=value", "other=value"] # Remap URI matching pattern to different URI. remap = ["https://example.com http://example.invalid"]