Edited readme.md via GitHub

This commit is contained in:
Taylor Otwell
2011-07-14 11:05:05 -07:00
parent 335d0c00ed
commit aca2458574

View File

@@ -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