Skip to content

Commit

Permalink
Update MetaHelper.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 31, 2015
1 parent 433fc87 commit bb0cf1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/MetaHelper.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
## Enabling
You can enable the helper in your AppView class:
```php
$this->loadHelper('ToolsExtra.Meta');
$this->loadHelper('Meta.Meta');

// or setting different defaults
$this->loadHelper('ToolsExtra.Meta', ['robots' => ['index' => true, 'follow' => true]]);
$this->loadHelper('Meta.Meta', ['robots' => ['index' => true, 'follow' => true]]);
```

## Configs
Expand Down

0 comments on commit bb0cf1c

Please sign in to comment.