From ff5419d7c85d0ae7cf749402bab7a3d6fca13e5b Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 2 Aug 2025 13:15:45 +0200 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d965c3d9..2c568413 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ To ensure your authentication works properly, you'll also need to set [env vars AUTH_SECRET="RANDOM_32_CHARACTER_STRING" ``` -You can generate a random 32 character string for the `AUTH_SECRET` secret with this command: +You can generate a random 32-character string for the `AUTH_SECRET` secret with this command: ``` npx auth secret