Skip to content

Commit 16297d2

Browse files
committed
updated README
1 parent e9272f0 commit 16297d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ use Osteel\OpenApi\Testing\ValidatorBuilder;
4949
Use the builder to create a [`\Osteel\OpenApi\Testing\Validator`](/src/Validator.php) object, using one of the available factory methods for YAML or JSON:
5050

5151
```php
52-
// From a file:
52+
// From a local file or URL:
5353

5454
$validator = ValidatorBuilder::fromYamlFile($yamlFile)->getValidator();
5555
$validator = ValidatorBuilder::fromJsonFile($jsonFile)->getValidator();

0 commit comments

Comments
 (0)