From 6292d6882cb676a858d2aefdb2df88a4c71b015a Mon Sep 17 00:00:00 2001 From: Alexandra Bara Date: Thu, 29 Jan 2026 13:59:50 -0600 Subject: [PATCH 1/2] readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c020fdd1..a9a5f13c 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ This would produce the following config: The 'summary' subcommand can be used to combine results from multiple runs of node-scraper to a single summary.csv file. Sample run: ```sh -node-scraper summary --summary_path / +node-scraper summary --search_path / ``` This will generate a new file '//summary.csv' file. This file will contain the results from all 'nodescraper.csv' files from '/'. From cd8ffef8f247ad0d9cc832e8a539d0eef3e392e4 Mon Sep 17 00:00:00 2001 From: Alexandra Bara Date: Thu, 29 Jan 2026 16:14:03 -0600 Subject: [PATCH 2/2] tried again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9a5f13c..2288c0c2 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ This would produce the following config: The 'summary' subcommand can be used to combine results from multiple runs of node-scraper to a single summary.csv file. Sample run: ```sh -node-scraper summary --search_path / +node-scraper summary --search-path / ``` This will generate a new file '//summary.csv' file. This file will contain the results from all 'nodescraper.csv' files from '/'.