From cedbe1b751fceedf04cb58ab330be9686cf6ec19 Mon Sep 17 00:00:00 2001 From: Tyler Myracle Date: Sun, 14 Jan 2024 12:26:43 -0600 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f010ce28..a485b69a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ You'll need Docker installed to run the app locally. cp .env.example .env ``` -Create a new secret for using +Create a new secret using `openssl rand -base64 32` and populate `NEXTAUTH_SECRET` in your `.env` file. Then run: