diff --git a/README.md b/README.md index 976c3f9..206aa7e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ PHP Scalar Object Handlers =========================== ## Wouldn't you prefer to write PHP like this? - +## testing git ```php $n = 12.5; echo $n->floor()->toString()->length(); // 2