Skip to content

Commit

Permalink
Fix syntax highlighting in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mehlah committed Jul 24, 2012
1 parent 2bc6666 commit 447d023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ what’s returned.
Let’s say that we want the id, subject and content fields from the discussion along with its author
and the same fields from the discussion’s messages.

``` php
```php
public function show() {
$discussion = Discussions::find($this->request->id);

Expand Down

0 comments on commit 447d023

Please sign in to comment.