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 Oct 21, 2024
1 parent 1f2df5d commit 9cea332
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 9cea332

Please sign in to comment.