Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbeek authored Oct 6, 2020
1 parent b1b97b0 commit a05aeac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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 <fileName>
```


### PowerShell
<p align="">
Expand Down

0 comments on commit a05aeac

Please sign in to comment.