Skip to content

Commit bdafae6

Browse files
authored
Update README.md
1 parent e1d18b1 commit bdafae6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ SecureNative::track(array(
9292
],
9393
// Custom properties
9494
'properties' => (object)[
95-
"prop1" => "CUSTOM_PARAM_VALUE",
96-
"prop2" => true,
97-
"prop3" => 3
95+
"custom_param1" => "CUSTOM_PARAM_VALUE",
96+
"custom_param2" => true,
97+
"custom_param3" => 3
9898
]
9999
));
100100
```
@@ -117,9 +117,9 @@ SecureNative::track(array(
117117
],
118118
// Custom properties
119119
'properties' => (object)[
120-
"prop1" => "CUSTOM_PARAM_VALUE",
121-
"prop2" => true,
122-
"prop3" => 3
120+
"custom_param1" => "CUSTOM_PARAM_VALUE",
121+
"custom_param2" => true,
122+
"custom_param3" => 3
123123
]
124124
));
125125
```

0 commit comments

Comments
 (0)