From 45152b65f640f447b89fce659d0acc83dda3e528 Mon Sep 17 00:00:00 2001 From: btopro Date: Wed, 14 Jan 2026 13:29:54 -0500 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2fac7e..5afc3c4 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ npm run hax -- --name my-element --y Try setting a different cache path to load from `npm config set cache C:\tmp\nodejs\npm-cache --global` If you wish to use PowerShell over Command Prompt, you may need to change your execution policy to allow scripts using the `Set-ExecutionPolicy` command with the `-ExecutionPolicy` and `-Scope` parameters. You should **not** need to do this if you are using Command Prompt. - + ```powershell # To see your current execution policy Get-ExecutionPolicy