diff --git a/docs/getting-started.md b/docs/getting-started.md index 90fae47a..ecede34c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -167,7 +167,7 @@ class My_GuestBook extends Smarty { Now, we can use `My_GuestBook` instead of `Smarty` in our scripts: ```php assign('name', 'Ned'); $smarty->display('index.tpl'); ```