From a05aeac7c6bd671fd99115f4d4fcd58fceefc121 Mon Sep 17 00:00:00 2001 From: eunbeek <50673489+eunbeek@users.noreply.github.com> Date: Tue, 6 Oct 2020 02:12:44 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd3aabe..6f35d26 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This repo is a open source tool to check a connection status of URLs found from - Checking whether Urls work with https or not - Allow to pass directory paths and recursively process all children under that directory -## New Update +## New Update (Oct,6 2020) - Returning JSON format output (Oct,6 2020) - Exit code, 0 or the number of the broken urls (Oct,6 2020) @@ -69,6 +69,11 @@ Please see the appropriate guide for your CLI of choice: ```bash UrlCheck --v ``` + This '--j' or '--json' flag return the JSON format result. + ```bash + UrlCheck --j + ``` + ### PowerShell