Skip to content

Commit

Permalink
Update example docs to point at libs/
Browse files Browse the repository at this point in the history
  • Loading branch information
scottchiefbaker committed May 15, 2024
1 parent d0270fb commit 5a86420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $smarty = new Smarty();
// or ...

// Instantiated directly
require("/path/to/smarty/src/Smarty.class.php");
require("/path/to/smarty/libs/Smarty.class.php");
use Smarty\Smarty;
$smarty = new Smarty();
```
Expand Down
2 changes: 1 addition & 1 deletion libs/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/src/Smarty.class.php"); //
// require_once("/path/to/smarty/libs/Smarty.class.php"); //
// //
// $smarty = new Smarty\Smarty; //
// $smarty->testInstall(); //
Expand Down

0 comments on commit 5a86420

Please sign in to comment.