Skip to content

Commit 87c815b

Browse files
authored
Update README.md
Minor edit
1 parent 8720d76 commit 87c815b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Easily add as many AHK scripts as you'd like, from any folder on your PC, and Sc
1313

1414
- When adding a script, you can choose between using the standard, full-featured DLL, and the mini version.
1515
- You can reload each script individually or all at once.
16-
- Drag and drop scripts to add multiple files at once.
16+
- Drag and drop files to add multiple scripts at once.
1717
- When it starts up, all scripts in the list immediately run.
1818
- When a file is added, it immediately runs.
1919
- When a file is removed, it immediately stops the script.
@@ -25,7 +25,7 @@ Easily add as many AHK scripts as you'd like, from any folder on your PC, and Sc
2525

2626
- Scripts must be compliant with AutoHotkey_H (usually no or very few issues if it was written for AHK v1.1).
2727
- If you have "Start on User Login" active and move ScriptUp, it will automatically fix the registry entry (restart ScriptUp from the new path to do so).
28-
- When running as a compiled script, you must have a shortcut (.lnk) to "Lib" in the same folder as ScriptUp.
28+
- When running as a compiled script, you must have a shortcut (.lnk) to "Lib" in the same folder as ScriptUp to allow access to the [Standard Library](https://autohotkey.com/docs/Functions.htm#lib).
2929
- If using an onExit sub/function in one of the added scripts, it must not exceed 30s of process time. If something requires more than that amount of time, set `quitTimeout` at `Lib\fileList.ahk:2`.
3030

3131
# Dependencies (included)

0 commit comments

Comments
 (0)