Skip to content

Commit

Permalink
Merge pull request #674 from gaurangkumar/patch-1
Browse files Browse the repository at this point in the history
Syntax error fixed
  • Loading branch information
NielsLeenheer authored Apr 16, 2024
2 parents 6ed98e1 + 9c6c5a1 commit a8d1d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a8d1d92

Please sign in to comment.