From 419c557a5178046a70ee0bcbafd12ce77038bba8 Mon Sep 17 00:00:00 2001 From: Miles Hilton Date: Wed, 11 Sep 2024 15:33:58 -0400 Subject: [PATCH 1/2] spellcheck 'Prerequisites' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3a5bb3..14ab088 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A command-line tool to fetch [Blacklight](https://themarkup.org/series/blacklight) scans for a list of urls. Directly queries the open-source [Blacklight Collector](https://github.com/the-markup/blacklight-collector) tool and runs entirely locally. -## Prerequesites +## Prerequisites - [`nvm`](https://www.linode.com/docs/guides/how-to-install-use-node-version-manager-nvm/) - [`npm`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) From baa7fd94073459970ebc364bd8336fd56b7618b0 Mon Sep 17 00:00:00 2001 From: Miles Hilton Date: Fri, 20 Sep 2024 15:19:26 -0400 Subject: [PATCH 2/2] adding note --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 14ab088..0e463e7 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ Read the [`blacklight-collector` README](https://github.com/the-markup/blackligh All scans will be saved in the `outputs` folder, in subdirectories named for the hostname of the url being scanned. +## Notes + +Be aware that the Collector is fairly resource-heavy, and may slow down your computer. We recommend scanning smaller lists if hardware becomes overtaxed. + ## Testing `npm run test`