From b9685a1f83530b75290c46a362d419e636989641 Mon Sep 17 00:00:00 2001 From: Koen Hendriks Date: Thu, 22 Jan 2015 14:26:26 +0100 Subject: [PATCH] JSON standard does not allow trailing comma Gives errors for people just copy-pasting ;) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cde4a5f..55825eb 100644 --- a/readme.md +++ b/readme.md @@ -34,7 +34,7 @@ You can configure your composer.json to do this after each commit: "post-update-cmd":[ "php artisan clear-compiled", "php artisan ide-helper:generate", - "php artisan optimize", + "php artisan optimize" ] },