Skip to content

Commit

Permalink
Correct a path in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
scottchiefbaker committed May 14, 2024
1 parent 11cc46c commit 39db8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Smarty.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(); //
Expand Down

0 comments on commit 39db8ce

Please sign in to comment.