Update README.md

This commit is contained in:
William 2025-04-19 23:42:47 +02:00 committed by GitHub
parent 66add99a34
commit e3bea629aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
});