From b82ea94ea7c3851ef85d08b0499bce95c9027c3f Mon Sep 17 00:00:00 2001 From: Dana Desrosiers Date: Sun, 15 Jun 2014 16:20:58 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9677dc2..40463f3 100755 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ Silex\Controller::bind() The Modifier annotation is a catch-all to execute any method of the Controller or Route. All methods should have an annotation, but this annotation is provided as a way to "future-proof" the annotation provider. In case something is added in the future, users can use it right away instead of waiting for a new annotation to be added. Silex\Route::{method}() + Silex\Controller::{method}() * method (name of the method to call on the Route object) * args (array of arguments to send the the method)