From b06ef7aaaeceb7b1503dabbe0d41118a88360113 Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Sat, 29 Nov 2014 10:09:55 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 706d010..04e7866 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ By default the service\_container supports ctools discovery, to register your pl ````php // Plugin Managers - filled out by alterDefinition() of service_container // module. - // Key is: . + // This needs to exist in an empty state. $services['render_cache.controller'] = array(); - // Syntax is: => array( => ) + // Syntax is: => $parameters['service_container.plugin_managers']['ctools'] = array( 'render_cache.controller' => array( 'owner' => 'render_cache',