Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-04-02 03:12:33 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-04-02 03:12:33 +0300
commit7ee964ef1d04ed0047ff9a1572f67c679a024018 (patch)
treee0ad9117a855747081f1a0f4c5fbb596cf041b75 /UVtools.ScriptSample
parent899134d82dd669ed8917bae7a005c748d19af0b3 (diff)
Update README.md
Diffstat (limited to 'UVtools.ScriptSample')
-rw-r--r--UVtools.ScriptSample/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.ScriptSample/README.md b/UVtools.ScriptSample/README.md
index f0927c8..4ad49f7 100644
--- a/UVtools.ScriptSample/README.md
+++ b/UVtools.ScriptSample/README.md
@@ -140,7 +140,7 @@ And they are executed in that same order when invoked (First init, then validate
2. Open your file
3. Change the "public class ScriptInsetSample" to "public class TheFileNameYouJustGive", note that class name must not contain other than A-Z words, it can have diferent name from file
4. Locate "public void ScriptInit()" and modify with your information
-5. Create your user inputs if any and add them to configuration
+5. Create your user inputs if any and add them to configuration, they will show under UVtools dialog and user can modify the values
6. Locate "public void ScriptValidate()" and put conditions to validate user inputs, if they exists
7. Locate "public void ScriptExecute()" and write your code there