Skip to content

Commit b0c9a3d

Browse files
authored
make generator output more clear (#53)
1 parent ec10e84 commit b0c9a3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ composer require php-kafka/php-avro-schema-generator "^3.0"
1414
This library enables you to:
1515
- Manage your embedded schema as separate files
1616
- The library is able to merge those files
17-
- The library is able to generate avsc schema from PHP classes
17+
- The library is able to generate avsc schema templates from PHP classes
1818

1919
### Merging subschemas / schemas
2020
Schema template directories: directories containing avsc template files (with subschema)
@@ -83,6 +83,7 @@ $merger->merge();
8383
You will need to adjust the generated templates, but it gives you a good starting point to work with.
8484
Class directories: Directories containing the classes you want to generate schemas from
8585
Output directory: output directory for your generated schema templates
86+
After you have reviewed and adjusted your templates you will need to merge them (see above)
8687

8788
**Console example**
8889
```bash

0 commit comments

Comments
 (0)