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(); //