From beb2d7df64aad47db4b8512e09c6e4d47c297076 Mon Sep 17 00:00:00 2001 From: jonmldr Date: Sun, 17 Nov 2019 13:53:18 +0100 Subject: [PATCH] improvement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d120593..729db02 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PropertyAccessor -This PropertyAccessor allows you to access properties using getters, issers, and hassers, +This PropertyAccessor allows you to access properties using getters, issers, hassers, or directly if the property is public. This library also provides a `getAccessMethod` function, which returns a implementation of the `AccessMethodInterface`.