Skip to content

Commit 7583ae9

Browse files
committed
Fix typos
1 parent cd7e843 commit 7583ae9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# PHP Schema.org Model Scaffolding
22

3-
This tool instantly generate a PHP data model from [Schema.org](http://schema.org) vocabulary. Browse Schema.org, choose
4-
the types and properties you need, run our code generator and you're done! You get a fully featured PHP data model including:
3+
The [PHP Schema](http://php-schema.dunglas.com/) command line tool tool instantly generate a PHP data model from the [Schema.org](http://schema.org)
4+
vocabulary. Browse Schema.org, choose the types and properties you need, run our code generator and you're done! You get
5+
a fully featured PHP data model including:
56
* A set of PHP entities with properties, constants (enum values), getters, setters, adders and removers. The class
67
hierarchy provided by Schema.org will be translated to a PHP class hierarchy with parents as `abstract` classes. The generated
78
code complies with [PSR](http://www.php-fig.org/) coding standards.

0 commit comments

Comments
 (0)