Skip to content

Commit 36ad932

Browse files
committed
Update evaluation context to user attribute mapping in README.md
1 parent 2c8f3e4 commit 36ad932

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

libs/providers/config-cat-web/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ User:
9999

100100
```json
101101
{
102-
"targetingKey": "test",
102+
"targetingKey": "userId",
103103
"email": "email",
104104
"country": "country",
105105
"customString": "customString",
@@ -125,10 +125,11 @@ User:
125125

126126
```json
127127
{
128-
"identifier": "test",
128+
"identifier": "userId",
129129
"email": "email",
130130
"country": "country",
131131
"custom": {
132+
"targetingKey": "userId",
132133
"customString": "customString",
133134
"customBoolean": "true",
134135
"customNumber": 1,

libs/providers/config-cat/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ User:
9898

9999
```json
100100
{
101-
"targetingKey": "test",
101+
"targetingKey": "userId",
102102
"email": "email",
103103
"country": "country",
104104
"customString": "customString",
@@ -121,10 +121,11 @@ User:
121121

122122
```json
123123
{
124-
"identifier": "test",
124+
"identifier": "userId",
125125
"email": "email",
126126
"country": "country",
127127
"custom": {
128+
"targetingKey": "userId",
128129
"customString": "customString",
129130
"customBoolean": "true",
130131
"customNumber": 1,

0 commit comments

Comments
 (0)