From 0303b8c60545782327035c9becb520be4edafc77 Mon Sep 17 00:00:00 2001 From: Omniphantasm Date: Fri, 26 Jan 2024 12:35:30 -0500 Subject: [PATCH] Update README.md Script is kill-chrome-win, changed readme to reflect that. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d059765..ff59048 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Under development, however mainly for personal use! 6. Run `npm run start` to start the built script ## Notes ## -- If you end the script without closing the browser window first (only with headless as false), you'll be left with hanging chrome instances using resources. Use taskmanager to kill these or use the included `npm run chrome-kill-win` script. (Windows) +- If you end the script without closing the browser window first (only with headless as false), you'll be left with hanging chrome instances using resources. Use taskmanager to kill these or use the included `npm run kill-chrome-win` script. (Windows) - If you automate this script, set it to run at least 2 times a day to make sure it picked up all tasks, set `"runOnZeroPoints": false` so it doesn't run when no points are found. ## Docker (Experimental) ##