From c740d344562bb27d1e579ea68aa2591c4f3bb605 Mon Sep 17 00:00:00 2001 From: Cody Roseborough Date: Mon, 8 Dec 2025 14:52:18 -0800 Subject: [PATCH] Updated readme --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c6f1f9b..d57ec13 100644 --- a/readme.md +++ b/readme.md @@ -23,14 +23,19 @@ npm install npm run token-setup ``` -This will prompt for your Cloudflare Account ID, open the browser to create an API token with the required permissions, and collect your Datadog credentials. It automatically creates a `.dev.vars` file. +This will prompt for your Cloudflare Account ID, open the browser to create an API token with the required permissions, and collect your Datadog API Key. It automatically creates a `.dev.vars` file. ### Verify ```bash npx wrangler dev +``` +In another terminal run: + +``` curl "http://localhost:8787/cdn-cgi/handler/scheduled" ``` +You should see an "Ok" response from the curl and logs from the exporter. ### Deploy