diff --git a/README.md b/README.md index 7d11a3e..d2c4630 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Route2::match('get|post', '/', function() { // matches any method you like }); -Route2::forms('/', function() { +Route2::form('/', function() { // matches GET and POST methods });