Skip to content

Commit

Permalink
Syntax error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurangkumar authored Oct 30, 2022
1 parent 1044880 commit 9c6c5a1
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 9c6c5a1

Please sign in to comment.