From 660c1963d96e2136776c2178029ed328284d87ac Mon Sep 17 00:00:00 2001 From: Girish21 Date: Sun, 12 Jun 2022 00:04:32 +0530 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9be7c2..da76294 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ After installation, log in to our Cloudflare account from the CLI. wrangler login ``` -Next, we have to add Cloudflare Account ID in the [`wrangler.toml`](./packages/worker/wrangler.toml). You can get the Account ID by visiting the [`Workers` Dashboard](https://dash.cloudflare.com). +Next, we have to add Cloudflare Account ID in the [`wrangler.toml`](./packages/worker/wrangler.toml). You can get the Account ID by visiting the [Workers Dashboard](https://dash.cloudflare.com). ```toml account_id = "xxx"