diff --git a/README.md b/README.md index 95a953d..725b9fc 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ In addition, the `setSection()` method can be used to set the section body direc ```php setSection('local-nav', $this->render('_local-nav.php')); +$this->setSection('local-nav', $this->render('_local-nav')); ?> ```