diff --git a/README.md b/README.md index 33ad924..dc137b9 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,11 @@ SOON: - check multiple files - support input files using wildcards - set timeout for HTTP requests in seconds. Disabled by default. +- support checking links from any website URL - accept custom headers (see https://github.com/rust-lang/crates.io/issues/788) +- use `HEAD` requests instead of `GET` to avoid network I/O +- show the progress +- show final status ## How?