From 0d56f03ae8db321711c78ed56ecc4080e14eb248 Mon Sep 17 00:00:00 2001 From: Dany Ralantonisainana Date: Thu, 19 Mar 2015 15:02:52 +0100 Subject: [PATCH] [bug] correct the docs 'getting-started' --- doc/getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/getting-started.md b/doc/getting-started.md index 8c9255f3..5d3271c0 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -20,6 +20,10 @@ Then, write a simple YAML config file like the following (here we will generate `address-book.yml`: ```yml +rdfa: + - tests/data/schema.rdfa +relations: + - tests/data/v1.owl # The PHP namespace of generated entities namespaces: entity: "AddressBook\Entity"