Skip to content

Commit db67bef

Browse files
Merge pull request #528 from nathanhleung/patch-1
Fix Drizzle <> Gel title
2 parents 55531d4 + f73a237 commit db67bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/get-started-gel.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Prerequisites from "@mdx/Prerequisites.astro";
88
import CodeTabs from "@mdx/CodeTabs.astro";
99
import WhatsNextPostgres from "@mdx/WhatsNextPostgres.astro";
1010

11-
# Drizzle \<\> PostgreSQL
11+
# Drizzle \<\> Gel
1212
<Prerequisites>
1313
- Database [connection basics](/docs/connect-overview) with Drizzle
1414
- gel-js [basics](https://github.com/geldata/gel-js)
@@ -63,4 +63,4 @@ const result = await db.execute('select 1');
6363

6464
#### What's next?
6565

66-
<WhatsNextPostgres/>
66+
<WhatsNextPostgres/>

0 commit comments

Comments
 (0)