Skip to content

Commit 096137f

Browse files
authored
Update src/content/docs/hyperdrive/get-started.mdx
1 parent 1621136 commit 096137f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Upon receiving a request, the code above does the following:
341341
</TabItem>
342342
</Tabs>
343343

344-
## 5. Run in development mode (optional)
344+
### Run in development mode (optional)
345345

346346
You can start your project in development mode. If you want to connect to a local database on your local development computer (i.e. `localhost:5432`), you can now run `wrangler dev`. This will connect directly to your database from your local Worker project emulation (Hyperdrive caching will not take effect, and the local database must not require SSL). To develop using a remote database, you can connect to your Hyperdrive configuration by running `wrangler dev --remote`.
347347

0 commit comments

Comments
 (0)