From e57d960bd76abb410a2a40654ab1a4e8a0124df2 Mon Sep 17 00:00:00 2001 From: Fayti1703 Date: Mon, 3 Feb 2025 19:30:48 +0100 Subject: [PATCH] Use Note Alert in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91393f1..a4f6f10 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ You can read about how HSM works [in my blog post](https://samual.uk/blog/js-cod 2. Name your source script file to `.src.js` 3. Run `hsm minify .src.js` and it will create a minified script file called `.js` -> **NOTE:** If you get an error message that looks like this: +> [!NOTE] +> If you get an error message that looks like this: > ``` > [...]\AppData\Local\pnpm\hsm.ps1 cannot be loaded because running scripts is disabled on this system. [...] > ```