Skip to content

Commit 26489dc

Browse files
committed
Fixing heading numbering.
1 parent fbe769d commit 26489dc

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/d1/tutorials/using-read-replication-for-e-com

1 file changed

+3
-3
lines changed

src/content/docs/d1/tutorials/using-read-replication-for-e-com/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -481,10 +481,10 @@ Add the D1 bindings returned in the terminal to the `wrangler` file:
481481

482482
<WranglerConfig>
483483
```toml
484-
[[d1_databases]]
484+
[[d1_databases]]
485485
binding = "DB"
486486
database_name = "fast-commerce"
487-
database_id = "YOUR_DATABASE_ID"
487+
database_id = "YOUR_DATABASE_ID"
488488
```
489489
</WranglerConfig>
490490

@@ -840,7 +840,7 @@ Since you have been developing the application locally, the data is not replicat
840840

841841
:::
842842

843-
## Step 8: Deploy the application
843+
## Step 9: Deploy the application
844844

845845
Since the database you used in the previous steps is local, you need to create the products table in the remote database. Execute the following D1 commands to create the products table in the remote database.
846846

0 commit comments

Comments
 (0)