From cf9a2db38d536c61d80a9da7ee885335ea79fa59 Mon Sep 17 00:00:00 2001 From: Dmytro Bogatov <dmytro@dbogatov.org> Date: Fri, 26 Jun 2020 00:29:28 -0400 Subject: [PATCH] Fix. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf7de26..effe262 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,12 @@ Options: Example: ``` -$bli inspect https://dbogatov.org -r -t 2000 -s linkedin --reporters console +$ bli inspect https://dbogatov.org -r -t 2000 -s linkedin --reporters console ``` <details> <summary>See output</summary> + ``` ................................................................................ ................................................................................ @@ -142,6 +143,7 @@ https://dbogatov.org/contact OK: 0, skipped: 23, broken: 0 OK: 73, skipped: 111, broken: 0 ``` + </details> Return code: 1 if at least one broken link detected, 0 otherwise. -- GitLab