From 8e556ebc1accee2cb6c0e249592005ffec36869a Mon Sep 17 00:00:00 2001 From: Tobias Sette Date: Mon, 10 Feb 2020 22:46:00 -0300 Subject: [PATCH] docs: fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43b3e0c65..d99f9d150 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Or access parts of these properties directly: $result->browser->name; // Chrome -$result->browser->name . ' ' . $result->browser->version.toString(); +$result->browser->name . ' ' . $result->browser->version->toString(); // Chrome 27 $result->browser->version->value;