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