From d60710fda2c51974b7a1d92f5ac908e1f2f09a86 Mon Sep 17 00:00:00 2001 From: coosir Date: Fri, 6 Mar 2015 14:50:50 +0800 Subject: [PATCH] parserExtensions for Smarty setting the extension dir address is confusing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99a1200..7acca69 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ $view->parserExtensions = array( ```php $view->parserExtensions = array( - dirname(__FILE__) . '/vendor/slim/views/Slim/Views/SmartyPlugins', + dirname(__FILE__) . '/vendor/slim/views/SmartyPlugins', ); ``` @@ -178,4 +178,4 @@ Inside your Smarty template you would write: ## License -MIT Public License \ No newline at end of file +MIT Public License