Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tidb-cloud/integrate-tidbcloud-with-cloudflare.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ You're now ready to deploy to Cloudflare Workers.
In your project directory, run the following command:

```
npx wrangler publish
npx wrangler deploy
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To maintain consistency with the command change from publish to deploy, please also update the heading for Step 5 (line 100) and the description in the Wrangler section (line 29) to use "deploy" instead of "publish".

References
  1. Use consistent terminology throughout the documentation. Since the command has changed from 'publish' to 'deploy', related headings and descriptions should also be updated. (link)

```

## Step 6: Try your Cloudflare Workers
Expand All @@ -115,4 +115,4 @@ npx wrangler publish

## Examples

See the [Cloudflare Workers example](https://github.com/tidbcloud/car-sales-insight/tree/main/examples/cloudflare-workers).
See the [Cloudflare Workers example](https://github.com/tidbcloud/car-sales-insight/tree/main/examples/cloudflare-workers).
Loading