From aca2458574188dc9f67686895e3a9fd0d66de80f Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 14 Jul 2011 11:05:05 -0700 Subject: [PATCH] Edited readme.md via GitHub --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index a93a799a..a9bdef26 100644 --- a/readme.md +++ b/readme.md @@ -146,8 +146,6 @@ All you need to do is tell Laravel the request methods and URIs it should respon // Handles GET requests to http://example.com/index.php/home }, - - 'PUT /user/update' => function() { // Handles PUT requests to http://example.com/index.php/user/update