diff --git a/README.md b/README.md index 7ee9e0f..7e7505c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ This extension allows you to use [Twig](http://twig.sensiolabs.org) templates in 'class' => 'ext.ETwigViewRenderer', // All parameters below are optional, change them to your needs + 'twigPathAlias' => 'application.vendors.Twig', 'fileExtension' => '.twig', 'options' => array( 'autoescape' => true, @@ -69,4 +70,4 @@ This extension allows you to use [Twig](http://twig.sensiolabs.org) templates in ] }, true) }} -``` \ No newline at end of file +``` diff --git a/README_RU.md b/README_RU.md index 0263626..f1ecebc 100644 --- a/README_RU.md +++ b/README_RU.md @@ -25,6 +25,7 @@ 'class' => 'ext.ETwigViewRenderer', // Все параметры ниже являются необязательными + 'twigPathAlias' => 'application.vendors.Twig', 'fileExtension' => '.twig', 'options' => array( 'autoescape' => true, @@ -70,4 +71,4 @@ ] }, true) }} -``` \ No newline at end of file +```