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:19:45 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-04-02 03:19:45 +0300
commit8dcb3113ff276ae3bf3ed814aa6dc2a8a98143c6 (patch)
treeec9bdc312ebba62014cffef0d1b4ab672ddb1f0b /UVtools.ScriptSample
parent7ee964ef1d04ed0047ff9a1572f67c679a024018 (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 4ad49f7..93962c5 100644
--- a/UVtools.ScriptSample/README.md
+++ b/UVtools.ScriptSample/README.md
@@ -41,7 +41,7 @@ this is possible by add a layer of abstraction for the file within it class, whi
so you can write in any IDE, take advantage on code completion and other goodies, plus you can compile the code without any problem!
On runtime UVtools will parse and strip the file and remove everthing that must be removed in order to run the script, that is the namespace and class so far.
-This this approach you dont need to convert your .cs file to a script file .csx, you can just write the code, refresh script on UVtools and it will load from there.
+This approach you dont need to convert your .cs file to a script file .csx, you can just write the code, refresh script on UVtools and it will load from there.
### How to setup the development environment