From 9c6c5a115531ed0cea4392e25a1d936c39ae80e0 Mon Sep 17 00:00:00 2001 From: Gaurang Kumar <16745273+gaurangkumar@users.noreply.github.com> Date: Sun, 30 Oct 2022 10:20:41 +0530 Subject: [PATCH] Syntax error fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7755ec5e2..be328b290 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;