summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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