From a6f89db3f9c21d426cc8cfa04260f39236ff9ca5 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 15 Jul 2022 14:02:50 -0400 Subject: [PATCH] Changed Cloudflare guide wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a45f50..a309024 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ pxTwitter does not need a database nor a Twitter API key: It takes a similar app Clone the repo, install [Node.js](https://nodejs.org/) and run `npm install` in the repo directory. Copy `wrangler.example.toml` to `wrangler.toml` and add your [Cloudflare account ID](https://developers.cloudflare.com/fundamentals/get-started/basic-tasks/find-account-and-zone-ids/), and change the name of your worker if you need to. Authenticate with Cloudflare with `npx wrangler login`, then do `npx wrangler publish` (or `npm run publish`). -[Check Cloudflare's guide for additional info](https://developers.cloudflare.com/workers/get-started/guide/). +[Check Cloudflare's guide for additional info about getting started with workers](https://developers.cloudflare.com/workers/get-started/guide/). Once you're set up with your worker on `*.workers.dev`, [add your worker to your custom domain](https://developers.cloudflare.com/workers/platform/routing/custom-domains/).