Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjgreen committed Jul 13, 2014
1 parent b1981bd commit 6fd6749
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 @@ -197,7 +197,7 @@ class Test {
*/
public function anyTest($param, $param2 = 'default')
{
return 'This will respond to /controller/test with any method';
return 'This will respond to /controller/test/{param}/{param2}? with any method';
}

public function getTest()
Expand Down

0 comments on commit 6fd6749

Please sign in to comment.