From 687a9748119d777392ee41e432c7b1185267a9c4 Mon Sep 17 00:00:00 2001 From: Sownak Roy Date: Mon, 27 Jan 2025 20:38:11 +0530 Subject: [PATCH] fix lint error Signed-off-by: Sownak Roy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25dd561..a968027 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ While our deployment uses Cloudflare Wrangler, the application itself could be m ### Configuration -Wrangler CLI uses [`wrangler.toml` for configuring](https://developers.cloudflare.com/workers/wrangler/configuration/) the application. If you're using this for your own purposes, you will need to replace values for `account_id`, `route`, etc. for the application to work correctly along with your own [Cloudflare API tokens](https://developers.cloudflare.com/api/tokens/create). +Wrangler CLI uses [`wrangler.toml` for configuring](https://developers.cloudflare.com/workers/wrangler/configuration/) the application. If you're using this for your own purposes, you will need to replace values for `account_id`, `route`, etc. for the application to work correctly along with your own [Cloudflare API tokens](https://developers.cloudflare.com/api/resources/accounts/subresources/tokens/methods/create/). Crucially, you must provide a publicly-accessible BigDipper GraphQL endpoint using the environment variable `GRAPHQL_API` in the `wrangler.toml` file.