From 2a412fab72cc859629c2f21c8a09589ead09a2b0 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Mon, 4 Nov 2013 01:50:04 +0100 Subject: [PATCH] fixed twig readme --- extensions/twig/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/twig/README.md b/extensions/twig/README.md index 18107bc..8099e1c 100644 --- a/extensions/twig/README.md +++ b/extensions/twig/README.md @@ -11,7 +11,7 @@ return [ 'components' => [ 'view' => [ 'renderers' => [ - 'tpl' => [ + 'twig' => [ 'class' => 'yii\twig\ViewRenderer', //'cachePath' => '@runtime/Twig/cache', //'options' => [], /* Array of twig options */