Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anagh-p authored Oct 14, 2016
1 parent b461c1e commit 8d85306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ public function __construct(){
$this->seo = new Seo($this->config);
}
```
#### Prepare the data required for meta tags.
#### Prepare the data required for meta tags using [these available functions](https://github.com/quintype/quintype-seo-php/blob/master/README.md#available-functions).
```php
$setSeo = $this->seo->FUNCTION_NAME($args);//eg. home($arguments), section($arguments), story($arguments) etc.
$setSeo = $this->seo->FUNCTION_NAME($args);
$this->meta->set($setSeo->prepareTags());
```

Expand Down

0 comments on commit 8d85306

Please sign in to comment.