From 39db8ce64f2880dc225c2eab2e5c43eb5f126924 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Tue, 14 May 2024 12:28:56 -0700 Subject: [PATCH] Correct a path in the example --- src/Smarty.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Smarty.class.php b/src/Smarty.class.php index ff6e7579..aa5ecf20 100644 --- a/src/Smarty.class.php +++ b/src/Smarty.class.php @@ -7,7 +7,7 @@ // backwards compatible with previous versions of Smarty. // // // // Example: // -// require_once("/path/to/smarty/Smarty.class.php"); // +// require_once("/path/to/smarty/src/Smarty.class.php"); // // // // $smarty = new Smarty\Smarty; // // $smarty->testInstall(); //