Skip to content

Commit 7aaaec1

Browse files
committed
Fixing TypeScriptExample
1 parent 43258b5 commit 7aaaec1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ The `index.ts` file is where you configure your Worker's interactions with Hyper
245245

246246
Populate your `index.ts` file with the following code:
247247

248-
```typescript
248+
<TypeScriptExample>
249+
```ts
249250
// pg 8.13.0 or later is recommended
250251
import { Client } from "pg";
251252

0 commit comments

Comments
 (0)