Browse Source

Edited readme.md via GitHub

Taylor Otwell 13 years ago
parent
commit
aca2458574
1 changed files with 0 additions and 2 deletions
  1. 0 2
      readme.md

+ 0 - 2
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