Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PHP Schema.org Model Scaffolding

The [PHP Schema](http://php-schema.dunglas.com/) command line tool tool instantly generates a PHP data model from the [Schema.org](http://schema.org)
The [PHP Schema](http://php-schema.dunglas.com/) command line tool instantly generates a PHP data model from the [Schema.org](http://schema.org)
vocabulary. Browse Schema.org, choose the types and properties you need, run our code generator and you're done! You get
a fully featured PHP data model including:
* A set of PHP entities with properties, constants (enum values), getters, setters, adders and removers. The class
Expand Down