From e852bc3f9a44dd3b7b308cfda0d43bdfb88220de Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Tue, 16 Dec 2014 09:30:06 +0100 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d26b0fc5..dae3e3d3 100644 --- a/README.md +++ b/README.md @@ -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