From 790534556ad5deae8ee518f386e44ce728a40e85 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 9 Apr 2025 16:22:20 -0700 Subject: [PATCH] chore: update readme (#921) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ef22d4..8665a0a 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ - Styling with [Tailwind CSS](https://tailwindcss.com) - Component primitives from [Radix UI](https://radix-ui.com) for accessibility and flexibility - Data Persistence - - [Vercel Postgres powered by Neon](https://vercel.com/storage/postgres) for saving chat history and user data + - [Neon Serverless Postgres](https://vercel.com/marketplace/neon) for saving chat history and user data - [Vercel Blob](https://vercel.com/storage/blob) for efficient file storage -- [NextAuth.js](https://github.com/nextauthjs/next-auth) +- [Auth.js](https://authjs.dev) - Simple and secure authentication ## Model Providers