From acfaa22571d6e28b8970267d5fc8c372c1efd079 Mon Sep 17 00:00:00 2001 From: Vocatus Gate Date: Tue, 6 Mar 2018 19:09:46 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25e4f527..539fa476 100644 --- a/README.md +++ b/README.md @@ -342,9 +342,9 @@ Place any batch files you want to execute just prior to Tron completion in this Custom scripts work like so: - - If there any `.bat` files exist in `\stage_8_custom_scripts`, Tron will execute each one sequentially by name. When they're finished, Tron will clean up and end the script as normal + - If any `.bat` files exist in `\stage_8_custom_scripts`, Tron will execute each one sequentially by name. When they're finished, Tron will clean up and end the script as normal - - If there no `.bat` files exist in `\stage_8_custom_scripts` folder, Stage 8 will be silently skipped + - If no `.bat` files exist in `\stage_8_custom_scripts` folder, Stage 8 will be silently skipped - Supporting files may be placed in the folder but Tron itself will ignore anything that isn't a `.bat` file