From a13368cfcd4fdcf776ba9fbd1ae22d08fb7d9d8b Mon Sep 17 00:00:00 2001 From: Ahsan Moin <123082059+ahmoin@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:56:34 -0500 Subject: [PATCH] chore: fix typo in .env.example (#583) --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 5529788..373705c 100644 --- a/.env.example +++ b/.env.example @@ -7,7 +7,7 @@ AUTH_SECRET=**** # The following keys below are automatically created and # added to your environment when you deploy on vercel -# Instructions to create kv database here: https://vercel.com/docs/storage/vercel-blob +# Instructions to create a Vercel Blob Store here: https://vercel.com/docs/storage/vercel-blob BLOB_READ_WRITE_TOKEN=**** # Instructions to create a database here: https://vercel.com/docs/storage/vercel-postgres/quickstart