From 6d84a18dfbb9829719eb0d4509857fad86377148 Mon Sep 17 00:00:00 2001 From: Kremilly Date: Thu, 26 Oct 2023 16:58:53 -0300 Subject: [PATCH] fix: fix README.md, instruct -get-emails -filter was wrong --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6da891..882675b 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ python linkscraper -u https://example.com -a get-emails * *Get emails and filter email:* ```shell - python linkscraper -u https://example.com -a get-css-files -filter example@domain.com + python linkscraper -u https://example.com -a get-emails -filter example@domain.com ``` ## 🧩 Plugins