From 3d3159cab10028d2b30763db44db56a8c5710cea Mon Sep 17 00:00:00 2001 From: David Daily Date: Tue, 26 Jan 2021 11:02:32 -0600 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ee5490..413ff2c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This AHK script simply interacts with the API, not directly interacting with the ## Usage The recommended way to use this is to launch it with command line parameters. I wouldn't advise `#Include`ing it since it contains quite a few `ExitApp`s. +I didn't want to have you specify the UserID when you call the script, that's super annoying. Just go in there and put it in at the very top. + **[How to launch with command line parameters documentation](https://www.autohotkey.com/docs/Scripts.htm#cmd)** **How to do it from within AHK**