Browse Source

Edited readme.md via GitHub

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

+ 2 - 0
readme.md

@@ -146,6 +146,8 @@ 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