diff --git a/README.md b/README.md index a79998bb..80d63c6b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ schema.org model definitions that can be found on [https://schema.org/version/latest/schemaorg-current-https.jsonld](https://schema.org/version/latest/schemaorg-current-https.jsonld) ## Requirements + Works with python >= 3.7 since the library uses `__future__.annotations` ## How to install @@ -28,4 +29,6 @@ scholarly_article = ScholarlyArticle(url='https://github.com/lexiq-legal/pydanti print(scholarly_article.json()) ``` -```{"url": "https://github.com/lexiq-legal/pydantic_schemaorg", "sameAs": "https://github.com/lexiq-legal/pydantic_schemaorg", "@type": "ScholarlyArticle", "copyrightNotice": "Free to use under the MIT license", "dateCreated": "2021-11-30T17:31:38.454252"}``` \ No newline at end of file +``` +{"@type": "ScholarlyArticle", "url": "https://github.com/lexiq-legal/pydantic_schemaorg", "sameAs": "https://github.com/lexiq-legal/pydantic_schemaorg", "copyrightNotice": "Free to use under the MIT license", "dateCreated": "15-12-2012"} +``` \ No newline at end of file