Skip to content

Commit e5f73ab

Browse files
update readme
1 parent 3693799 commit e5f73ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpcontribs-lux/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ from mpcontribs.lux.autogen import SchemaGenerator
3535

3636
schema_gen = SchemaGenerator(file_name = "/path/to/some/csv/or/json/file")
3737
pydantic_model = schema_gen.pydantic_schema
38-
print(pydantic_model.model_fields)
38+
print(pydantic_model.schema())
3939
```
4040

4141
...or reach out to the maintainers!

0 commit comments

Comments
 (0)