Merge pull request #220 from qpleple/patch-1

Clarify config snippet
This commit is contained in:
William Durand 2013-07-23 03:03:30 -07:00
commit 3b6223feb2

View File

@ -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 ##