From 791ff4ab1ea1cb779e23f86ec800ed0d02704d16 Mon Sep 17 00:00:00 2001 From: therselman Date: Thu, 13 Jul 2017 01:46:48 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c358860..66bd361 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The code above actually calls a function registered like this: ``` -These dynamic `properties` have been pre-configured in the `controller` config file, they use \_\_get, \_\_set and \_\_call. +These dynamic 'properties' have been pre-configured in the 'controller' config file, they use \_\_get, \_\_set and \_\_call. More properties can easily be added: ```php $c->session = new Session();