From b2118d75c3d12a7cd92bf6864efcd225c6e6aae5 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Tue, 15 Oct 2024 01:15:49 +0300 Subject: [PATCH] chore: update readme --- packages/better-auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/better-auth/README.md b/packages/better-auth/README.md index f3c4e93e43..eb62bd4cd8 100644 --- a/packages/better-auth/README.md +++ b/packages/better-auth/README.md @@ -24,7 +24,7 @@ > [!WARNING] -> **Note:** 🚧 This project is currently in beta. Features and APIs may change. +> *🚧 **Note:** This project is in beta and not yet recommended for production use. Features and APIs are still evolving and may change frequently. For more details, check out our [roadmap](https://github.com/orgs/better-auth/projects/2) to the v1 stable release. Better Auth is framework-agnostic authentication (and authorization) library for TypeScript. It provides a comprehensive set of features out of the box and includes a plugin ecosystem that simplifies adding advanced functionalities with minimal code in short amount of time. Whether you need 2FA, multi-tenant support, or other complex features. It lets you focus on building your actual application instead of reinventing the wheel.