From 08c3d72c9432436198497b7bcc48dfd8b856ff02 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Sat, 28 Sep 2024 00:13:49 +0300 Subject: [PATCH] chore: readme --- README.md | 2 +- docs/content/docs/introduction.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afaa55f5ad..82356d0b82 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ ## About the Project -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 and very short amount 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. +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. ### Why Better Auth diff --git a/docs/content/docs/introduction.mdx b/docs/content/docs/introduction.mdx index 70437989e5..c1bdc92589 100644 --- a/docs/content/docs/introduction.mdx +++ b/docs/content/docs/introduction.mdx @@ -3,7 +3,7 @@ title: Introduction description: Introduction to Better Auth. --- -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 and very short amount 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. +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. ## Why Better Auth?