mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 00:22:43 -05:00
chore: fix better-auth README.md (#7415)
Co-authored-by: Taesu <166604494+bytaesu@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user