Skip to content

Commit b4d26b0

Browse files
authored
Update README.md
1 parent 1189d98 commit b4d26b0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ $ver = SecureNative::verify(array(
172172
]
173173
));
174174

175-
ver.riskLevel // Low, Medium, High
176-
ver.score // Risk score: 0 - 1 (0 - Very Low, 1 - Very High)
177-
ver.triggers // ["TOR", "New IP", "New City"]
175+
$ver.riskLevel // Low, Medium, High
176+
$ver.score // Risk score: 0 - 1 (0 - Very Low, 1 - Very High)
177+
$ver.triggers // ["TOR", "New IP", "New City"]
178178
```
179179

180180
## Webhook signature verification
@@ -192,4 +192,4 @@ $verified = SecureNative::getMiddleware()->verifySignature();
192192
if ($verified) {
193193
// Request is trusted (coming from SecureNative)
194194
}
195-
```
195+
```

0 commit comments

Comments
 (0)