From f953b22a1ba777610881c6c0254b158533a36f54 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Wed, 6 Mar 2024 17:09:38 -0500
Subject: [PATCH] Updated command to generate keys

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index dc150cb8a..7623624c3 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,7 @@ important you dont loose these as they identify your site. So save them.
 
 ```bash
 npm install ts-node typescript '@types/node'
-./node_modules/.bin/ts-node --esm generateKeys.mts
+node --loader ts-node/esm generateKeys.mts
 ```
 
 We will use these keys to set the values in the next step.
-- 
GitLab