diff --git a/src/content/docs/hyperdrive/get-started.mdx b/src/content/docs/hyperdrive/get-started.mdx
index 8fbfb622cb295df..c172656857ce97a 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 {