diff --git a/README.md b/README.md index 78f2131..ed290fd 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Returns array of pairs constant names and values. Action::toValues(); ``` -#### List of objects `toObjects` +#### List of objects `toObjects()` Returns array of pairs constant names and objects: @@ -120,7 +120,7 @@ Returns array of pairs constant names and objects: Action::toObjects(); ``` -#### Validate value `isValid` +#### Validate value `isValid()` Check if value is valid on the enum set.