Skip to content

Commit

Permalink
modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlui committed Mar 8, 2015
1 parent a1cbae8 commit 7c3d4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Route::get('', 'HomeController@home');
Route::get('foo', function() {
echo "GET Foo!";
});
// post
// POST
Route::post('foo', function() {
echo "POST Foo!";
});
Expand Down

0 comments on commit 7c3d4fd

Please sign in to comment.