diff --git a/LaunchSandbox.ps1 b/CustomSandbox.ps1 similarity index 100% rename from LaunchSandbox.ps1 rename to CustomSandbox.ps1 diff --git a/README.md b/README.md index 3a57282..dbd7d2f 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force Get-ChildItem -Recurse *.ps1 | Unblock-File # Launch -.\LaunchSandbox.ps1 +.\CustomSandbox.ps1 ``` ## 📸 Screenshots