From e3f1f55d27a0f0a6d6596f603d56dacb65f2fdd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Plepl=C3=A9?= Date: Mon, 22 Jul 2013 12:54:08 -0700 Subject: [PATCH] Clarify config snippet --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed38e28..c0ee643 100644 --- a/README.md +++ b/README.md @@ -277,8 +277,10 @@ input is used, so you can configure their priorities via container tags. Here's You can also define your own motd content (above methods list). All you have to do is add to configuration: #app/config/config.yml - motd: - template: AcmeApiBundle::Components/motd.html.twig + nelmio_api_doc: + # ... + motd: + template: AcmeApiBundle::Components/motd.html.twig ## Using Your Own Annotations ##