diff --git a/README.md b/README.md index 6a8a116..de0c57c 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ This worker is invoked every time a new `discussion` or `discussion_comment` is WEBSITE_URL: string (the base URL of the website, e.g., https://example.com) ``` -6. Deploy the Cloudflare worker `wrangler deploy` manually or setup Github Actions Continuous deploymeny by adding the Cloudflare API Token generated by `Edit Cloudflare Worker` template +6. Deploy the Cloudflare worker `wrangler deploy` manually or setup Github Actions Continuous deploymeny by adding the Cloudflare API Token generated with `Edit Cloudflare Worker` template ``` CLOUDFLARE_API_TOKEN: string (Github environment secrect) ```