Skip to content

Commit

Permalink
Small typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tubalmartin committed Aug 22, 2012
1 parent c373f77 commit 822515a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ In the controller:
```php
<?php

$this->layout->show('my_view', array('dog' = 'Rover'));
$this->layout->show('my_view', array('dog' => 'Rover'));
```
In the view:
```html
Expand Down

0 comments on commit 822515a

Please sign in to comment.