chore: fix better-auth README.md (#7415)

Co-authored-by: Taesu <166604494+bytaesu@users.noreply.github.com>
This commit is contained in:
Joél Solano
2026-01-16 09:24:59 -08:00
committed by Alex Yang
parent 88e9224a4a
commit 12f4d21482

View File

@@ -1,12 +1,13 @@
<p align="center">
<picture>
<source srcset="https://github.com/better-auth/better-auth/blob/main/banner-dark.png?raw=true" media="(prefers-color-scheme: dark)">
<source srcset="https://github.com/better-auth/better-auth/blob/main/banner.png?raw=true" media="(prefers-color-scheme: light)">
<img src="https://github.com/better-auth/better-auth/blob/main/banner.png?raw=true" alt="Better Auth Logo">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/better-auth/better-auth/blob/main/banner-dark.png?raw=true" />
<source media="(prefers-color-scheme: light)" srcset="https://github.com/better-auth/better-auth/blob/main/banner.png?raw=true" />
<img alt="Better Auth Logo" src="https://github.com/better-auth/better-auth/blob/main/banner.png?raw=true" />
</picture>
<h2 align="center">
<h1 align="center">
Better Auth
</h2>
</h1>
<p align="center">
The most comprehensive authentication framework for TypeScript
@@ -22,13 +23,11 @@
</p>
</p>
## Getting Started
```bash
pnpm install better-auth
```
Read the [Installation Guide](https://better-auth.com/docs/installation) to learn more.
Read the [Installation Guide](https://better-auth.com/docs/installation) to
learn more.