diff --git a/README.md b/README.md index 6a08e0a..995f139 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ class Action extends Enum } ``` -Note the `private` keyword requires PHP > 7.1, you can omit it on PHP 7.0. +Note the `private` keyword requires PHP 7.1 or higher, you can omit it on PHP 7.0. ## Usage