From 3ff1aa0f42ebb022f1bb645c2bc9df1ef2a2b032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Thu, 7 Jan 2021 05:34:27 +0000 Subject: [PATCH] Update README.md --- UVtools.Scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UVtools.Scripts/README.md b/UVtools.Scripts/README.md index 48a413f..447a3f9 100644 --- a/UVtools.Scripts/README.md +++ b/UVtools.Scripts/README.md @@ -42,7 +42,7 @@ have a good readable name that make sense what it does, you can only run public On Visual Code, after you have an valid variable on your script, type it name with a ended dot (.) will show you a list of avaliable methods and variables that you can call. eg: `$slicerFile.`, if the list don't show up, press CTRL+Space, that should force show the list. -Take **Erode-Bottom.ps1** as bootstrap and minimal script, read each line and start exploring! +Take **[Erode-Bottom.ps1](https://github.com/sn4k3/UVtools/blob/master/UVtools.Scripts/Erode-Bottom.ps1)** as bootstrap and minimal script, read each line and start exploring! * [Core - Source code](https://github.com/sn4k3/UVtools/tree/master/UVtools.Core)