Skip to content

Commit

Permalink
Fix example usage of headers in configuration file (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-purple authored and mre committed Oct 27, 2024
1 parent 92a84be commit addf326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lychee.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit addf326

Please sign in to comment.