From d109c140be47ccc7e9d35e998abc11ca34f53aaa Mon Sep 17 00:00:00 2001 From: Benjamin Laugueux Date: Thu, 11 Apr 2013 00:34:24 +0300 Subject: [PATCH] Added section documentation Cf. #154 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a93a2cb..bdb2ee4 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,8 @@ class YourController extends Controller The following properties are available: +* `section`: allow to group resources + * `resource`: whether the method describes a main resource or not (default: `false`); * `description`: a description of the API method;