Skip to content

Commit 9c8cd3f

Browse files
authored
Update README.md
1 parent 5f176f9 commit 9c8cd3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ composer require dutchcodingcompany/laravel-json-schema
1313
```
1414

1515
## Usage
16-
1. Create a json schema in the schema directory, eg. `storage/schema/example.json`
16+
1. Create a json schema in the schema directory, eg. `storage/app/schema/example.json`
1717
2. Reference the schema in the validator: `new \DutchCodingCompany\LaravelJsonSchema\Rules\JsonSchemaRule('example')`
1818

19-
To customize the schema directory, publish the config file.
19+
To customize the schema directory, use environment variable `JSON_SCHEMA_DIRECTORY` or publish the config file.
2020

2121
## License
2222

0 commit comments

Comments
 (0)