Skip to content

Commit 327720c

Browse files
committed
chore: README updated with correct URLs
1 parent 1f9ad99 commit 327720c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ For more documentation, visit https://featurevisor.com.
88

99
The generated datafiles from this repository is accessible via these URLs:
1010

11-
- `production`: https://featurevisor-example-cloudflare.pages.dev/production/datafile-tag-all.json
12-
- `staging`: https://featurevisor-example-cloudflare.pages.dev/staging/datafile-tag-all.json
11+
- `production`: https://featurevisor-example-cloudflare.pages.dev/production/featurevisor-tag-all.json
12+
- `staging`: https://featurevisor-example-cloudflare.pages.dev/staging/featurevisor-tag-all.json
1313

1414
### Usage with Featurevisor SDK
1515

@@ -25,7 +25,7 @@ Then use it in your application:
2525
import { createInstance } from "@featurevisor/sdk";
2626

2727
const DATAFILE_URL =
28-
"https://featurevisor-example-cloudflare.pages.dev/production/datafile-tag-all.json";
28+
"https://featurevisor-example-cloudflare.pages.dev/production/featurevisor-tag-all.json";
2929

3030
const datafileContent = await fetch(DATAFILE_URL).then((res) => res.json());
3131

0 commit comments

Comments
 (0)