Skip to content

Commit 76d45cb

Browse files
authored
Merge pull request #1 from IRCody/cdr/minor-readme-updates
Updated readme
2 parents 9f5f83c + c740d34 commit 76d45cb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,19 @@ npm install
2323
npm run token-setup
2424
```
2525

26-
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.
26+
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.
2727

2828
### Verify
2929

3030
```bash
3131
npx wrangler dev
32+
```
33+
In another terminal run:
34+
35+
```
3236
curl "http://localhost:8787/cdn-cgi/handler/scheduled"
3337
```
38+
You should see an "Ok" response from the curl and logs from the exporter.
3439

3540
### Deploy
3641

0 commit comments

Comments
 (0)