From a795f2bf3ffb287ce33fea9b7315952ebed3b98c Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 18 Dec 2021 00:28:08 +0100 Subject: [PATCH] Change usage examples (#429) --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 011621c..7f70c89 100644 --- a/README.md +++ b/README.md @@ -136,19 +136,16 @@ outdated information. ## Commandline usage -Run it inside a repository with a `README.md`: +Recursively check all links in supported files inside the current directory ```sh -lychee README.md +lychee . ``` You can also specify various types of inputs: ```sh -# check links in supported files of current directory (recursive) -lychee . - -# check links in local file(s): +# check links in specific local file(s): lychee README.md lychee test.html info.txt