From 20538b040dcdbd47b496aefb3fa838668f6f0deb Mon Sep 17 00:00:00 2001 From: Hans-Christian Otto Date: Fri, 4 Oct 2013 20:40:17 +0200 Subject: [PATCH] Added a note about YAML --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 55776b5..1439b97 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,8 @@ Qualifiers can also be configured within the XML: ``` +Something similar will work with YAML, as i just use tags on services. + ### Example with Primary If we tag the service *baz* as primary, it will be used as the StdClass dependency of our *ServiceWithDependency*. See the following services.xml as an example.