Skip to content

Commit 8bf883e

Browse files
committed
typo
1 parent a15e566 commit 8bf883e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ $evaluator->evaluate($instance, $staticEvaluationContext); // Returns true
237237

238238
### Custom keywords
239239
It is possible to add custom keywords to a draft.\
240-
The following example shows how to implement a keyword where the value must match a specific md5 hash.
240+
The following example shows how to implement a keyword where the instance must match a specific md5 hash.
241241
```php
242242
$schema = json_decode('{
243243
"md5Hash": "098f6bcd4621d373cade4e832627b4f6"

0 commit comments

Comments
 (0)