docs(rename): node to express in integration docs (#1535)

This commit is contained in:
Maxwell
2025-02-23 03:09:45 +10:00
committed by Bereket Engida
parent d8173f383b
commit 8fb25bdd6a
2 changed files with 6 additions and 6 deletions

View File

@@ -779,9 +779,9 @@ export const contents: Content[] = [
href: "/docs/integrations/hono",
},
{
title: "Node",
icon: Icons.node,
href: "/docs/integrations/node",
title: "Express",
icon: Icons.express,
href: "/docs/integrations/express",
},
{
title: "Elysia",

View File

@@ -1,9 +1,9 @@
---
title: Node Integration
description: Integrate Better Auth with Node.
title: Express Integration
description: Integrate Better Auth with Express.
---
Better Auth can be integrated with node based backend frameworks. The guide below will show you how to integrate Better Auth with express.
This guide will show you how to integrate Better Auth with [express.js](https://expressjs.com/).
Before you start, make sure you have a Better Auth instance configured. If you haven't done that yet, check out the [installation](/docs/installation).