Skip to content

Commit

Permalink
Fixed indentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Aug 18, 2011
1 parent d5a3a87 commit 76a8cf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -151,10 +151,10 @@ The new options for the `admin15` generator theme are fully documented, and illu
``` php ``` php
class ArticleForm extends BaseArticleForm class ArticleForm extends BaseArticleForm
{ {
public function configure() public function configure()
{ {
$this->embedRelation('Book'); $this->embedRelation('Book');
} }
} }
``` ```


Expand Down

0 comments on commit 76a8cf1

Please sign in to comment.