diff --git a/README.md b/README.md index d11de8b..eadf4af 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,19 @@ in config file: ``` seo controller example: ```sh -use shnm\SeoController; +title = 'Hello world!'; - + return [ ['name' => 'keywords', 'value' => $this->getKeywords()], ['name' => 'description', 'value' => 'Cool page!'],