From bcf3eb6a92d3452c542e15c3ae8f6b032c9fcd19 Mon Sep 17 00:00:00 2001 From: Martin Bley Date: Sat, 9 Jan 2021 11:48:36 +0100 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0cea7d..bfdc79f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ $ cd clarify-link && cargo build --release $ clarify-link "BLOCKEDwww[.]example[.]com/foo/index[.]htmlBLOCKED" https://www.example.com/foo/index.html ``` -The schema part defaults to /https/. If you want to change it, use the `-p` switch. To completely disable the schema part, use `-s`. +The schema part defaults to *https*. If you want to change it, use the `-p` switch. To completely disable the schema part, use `-s`. Please run `clarify-link --help` for all available options.