From 447d023b9de5955f7cc3720a916d7a4e694fe29c Mon Sep 17 00:00:00 2001 From: Mehdi Lahmam B Date: Tue, 24 Jul 2012 03:01:14 +0200 Subject: [PATCH] Fix syntax highlighting in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55e505c..4dbaa8d 100644 --- a/README.md +++ b/README.md @@ -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);