From 2911237a1bcad6db55e34ae88bd505dfc04c8ce7 Mon Sep 17 00:00:00 2001 From: Glenn Eggleton Date: Wed, 6 Jan 2016 09:15:29 -0500 Subject: [PATCH] Update Readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ca74b8..af6700f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ PSR-7 Compliant */ //In Slim v3 -$app->add(\Geggleto\Acl\AclRepository("guest", +$app->add(\Geggleto\Acl\AclRepository(["guest"], +//This should be in a nice php file by itself for easy inclusion... include '/path/to/acl/definition.php' [ "resources" => ["/", "/no", "/yes"], "roles" => ["guest", "user1", "user2"],