Skip to content

Commit ccd1e21

Browse files
authored
Update get-started.mdx
1 parent 808f4ef commit ccd1e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ To connect to your database, you will need a database driver which allows you to
175175

176176
To install `postgres`, ensure you are in the `hyperdrive-tutorial` directory. Open your terminal and run the following command:
177177

178-
<PackageManagers pkg="postgres" comment="This should install v3.4.4 or later" />
178+
<PackageManagers pkg="postgres" comment="This should install v3.4.5 or later" />
179179

180180
With the driver installed, you can now create a Worker script that queries your database.
181181

@@ -190,7 +190,7 @@ The `index.ts` file is where you configure your Worker's interactions with Hyper
190190
Populate your `index.ts` file with the following code:
191191

192192
```typescript
193-
// Postgres.js 3.4.4 or later is recommended
193+
// Postgres.js 3.4.5 or later is recommended
194194
import postgres from "postgres";
195195

196196
export interface Env {

0 commit comments

Comments
 (0)