diff --git a/README.md b/README.md index 9f956363cd..afbcecbb76 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@
- The most comprehensive authentication library for TypeScript
+ The most comprehensive authentication framework for TypeScript
Learn more »
diff --git a/demo/nextjs/app/layout.tsx b/demo/nextjs/app/layout.tsx
index 83dcf59d4f..5aec7102bb 100644
--- a/demo/nextjs/app/layout.tsx
+++ b/demo/nextjs/app/layout.tsx
@@ -11,7 +11,7 @@ export const metadata = createMetadata({
template: "%s | Better Auth",
default: "Better Auth",
},
- description: "The most comprehensive authentication library for typescript",
+ description: "The most comprehensive authentication framework for TypeScript",
metadataBase: new URL("https://demo.better-auth.com"),
});
diff --git a/docs/app/blog/_components/changelog-layout.tsx b/docs/app/blog/_components/changelog-layout.tsx
index ddb07f7fc9..a7c89115cf 100644
--- a/docs/app/blog/_components/changelog-layout.tsx
+++ b/docs/app/blog/_components/changelog-layout.tsx
@@ -47,9 +47,9 @@ export function Intro() {
available here.
- Better Auth is comprehensive authentication library for TypeScript that - provides a wide range of features to make authentication easier and more - secure. + Better Auth is the most comprehensive authentication framework for + TypeScript that provides a wide range of features to make authentication + easier and more secure.
- Better Auth is comprehensive authentication library for TypeScript - that provides a wide range of features to make authentication easier - and more secure. + Better Auth is the most comprehensive authentication framework for + TypeScript that provides a wide range of features to make + authentication easier and more secure.
- Better Auth is comprehensive authentication library for TypeScript that - provides a wide range of features to make authentication easier and more - secure. + Better Auth is the most comprehensive authentication framework for + TypeScript that provides a wide range of features to make authentication + easier and more secure.
- Better Auth is comprehensive authentication library for TypeScript - that provides a wide range of features to make authentication easier - and more secure. + Better Auth is the most comprehensive authentication framework for + TypeScript that provides a wide range of features to make + authentication easier and more secure.
- The most comprehensive authentication library for TypeScript
+ The most comprehensive authentication framework for TypeScript
Learn more »
diff --git a/packages/better-auth/package.json b/packages/better-auth/package.json
index d40fa5d872..d175c3abd1 100644
--- a/packages/better-auth/package.json
+++ b/packages/better-auth/package.json
@@ -1,7 +1,7 @@
{
"name": "better-auth",
"version": "1.4.0-beta.13",
- "description": "The most comprehensive authentication library for TypeScript.",
+ "description": "The most comprehensive authentication framework for TypeScript.",
"type": "module",
"license": "MIT",
"repository": {
diff --git a/packages/core/package.json b/packages/core/package.json
index 1771c37f35..fef17c0c83 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@better-auth/core",
"version": "1.4.0-beta.13",
- "description": "The most comprehensive authentication library for TypeScript.",
+ "description": "The most comprehensive authentication framework for TypeScript.",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",