From ccd1e2171c913bc9ef89598b22e0fa0124ab36d5 Mon Sep 17 00:00:00 2001
From: Thomas Gauvin <35609369+thomasgauvin@users.noreply.github.com>
Date: Thu, 12 Dec 2024 11:53:43 -0500
Subject: [PATCH] Update get-started.mdx
---
src/content/docs/hyperdrive/get-started.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/content/docs/hyperdrive/get-started.mdx b/src/content/docs/hyperdrive/get-started.mdx
index 8fbfb622cb295d..c172656857ce97 100644
--- a/src/content/docs/hyperdrive/get-started.mdx
+++ b/src/content/docs/hyperdrive/get-started.mdx
@@ -175,7 +175,7 @@ To connect to your database, you will need a database driver which allows you to
To install `postgres`, ensure you are in the `hyperdrive-tutorial` directory. Open your terminal and run the following command:
-
+
With the driver installed, you can now create a Worker script that queries your database.
@@ -190,7 +190,7 @@ The `index.ts` file is where you configure your Worker's interactions with Hyper
Populate your `index.ts` file with the following code:
```typescript
-// Postgres.js 3.4.4 or later is recommended
+// Postgres.js 3.4.5 or later is recommended
import postgres from "postgres";
export interface Env {