Skip to content

Commit 768dcf3

Browse files
committed
chore: README updated
1 parent 1480a53 commit 768dcf3

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

README.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
# featurevisor-example-python
22

3-
Tiny example application using the Featurevisor Python SDK.
3+
Tiny example application using the [Featurevisor Python SDK](https://github.com/featurevisor/featurevisor-python).
44

5-
It mirrors the Go example by:
6-
7-
- fetching a remote Featurevisor datafile,
8-
- creating a Featurevisor instance,
9-
- setting evaluation context inside the script,
10-
- printing whether a feature is enabled.
11-
12-
The example uses this datafile:
13-
14-
[https://featurevisor-example-cloudflare.pages.dev/production/featurevisor-tag-all.json](https://featurevisor-example-cloudflare.pages.dev/production/featurevisor-tag-all.json)
5+
Learn more about Featurevisor at [featurevisor.com](https://featurevisor.com).
156

167
## Requirements
178

@@ -37,10 +28,14 @@ The script fetches the remote datafile, builds a Featurevisor instance, sets thi
3728

3829
```json
3930
{
40-
"userId": "123",
41-
"deviceId": "device-23456",
42-
"country": "nl"
31+
"userId": "123",
32+
"deviceId": "device-23456",
33+
"country": "nl"
4334
}
4435
```
4536

4637
It evaluates `my_feature`, which exists in the sample datafile.
38+
39+
## Featurevisor project
40+
41+
Uses this Featurevisor project to fetch the configuration from: https://github.com/featurevisor/featurevisor-example-cloudflare

0 commit comments

Comments
 (0)