Correct a path in the example

This commit is contained in:
Scott Baker
2024-05-14 12:28:56 -07:00
parent 11cc46c942
commit 39db8ce64f

View File

@@ -7,7 +7,7 @@
// backwards compatible with previous versions of Smarty. // // backwards compatible with previous versions of Smarty. //
// // // //
// Example: // // Example: //
// require_once("/path/to/smarty/Smarty.class.php"); // // require_once("/path/to/smarty/src/Smarty.class.php"); //
// // // //
// $smarty = new Smarty\Smarty; // // $smarty = new Smarty\Smarty; //
// $smarty->testInstall(); // // $smarty->testInstall(); //