Skip to content

Commit

Permalink
Fix missing schema type at usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
nohponex authored Jun 24, 2017
1 parent 81a6e89 commit cdc0208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ composer require phramework/validate-filler
```php
<?php
$validator = \Phramework\Validate\ObjectValidator::createFromJSON('{
"type": "object",
"properties": {
"a": {
"type": "string",
Expand Down

0 comments on commit cdc0208

Please sign in to comment.