summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold Daniels <arnold@jasny.net>2015-11-21 13:04:27 -0400
committerArnold Daniels <arnold@jasny.net>2015-11-21 13:04:27 -0400
commit23c3c8bff85feb62b3634c674675c7aa6286fd4e (patch)
treec16224e10e499071cfe6fa0e9699866542d265c5
parentd0f1e36f497452a6297444f3e72c006ec112abe7 (diff)
downloadauth-23c3c8bff85feb62b3634c674675c7aa6286fd4e.zip
auth-23c3c8bff85feb62b3634c674675c7aa6286fd4e.tar.gz
auth-23c3c8bff85feb62b3634c674675c7aa6286fd4e.tar.bz2
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 933419a..7357b77 100644
--- a/README.md
+++ b/README.md
@@ -157,8 +157,8 @@ class Auth extends Jasny\Auth implements Jasny\Auth\Authorization
}
```
-#### by level
-The `Auth\byLevel` traits implements authorization using access. An access group may supersede other groups.
+#### by group
+The `Auth\byGroup` traits implements authorization using access groups. An access group may supersede other groups.
```php
class Auth extends Jasny\Auth implements Jasny\Auth\Authorization