From a026e2a7f6325d61a40833cb7f1f48afab56c9fe Mon Sep 17 00:00:00 2001 From: Robert Riemann Date: Thu, 11 Jan 2024 22:52:26 +0100 Subject: [PATCH] use in package.json a standardised example domain --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c1a4ea..83358ce 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "marked": "8.0.1" }, "scripts": { - "start": "node ./website-evidence-collector.js https://www.test.com --overwrite --html --json --yaml --screenshots", + "start": "node ./website-evidence-collector.js https://www.example.com --overwrite --html --json --yaml --screenshots", "test": "jest --detectOpenHandles" }, "bin": {