Skip to content

Commit

Permalink
Merge pull request #90 from thecrazybob/fix-readme-currency-method
Browse files Browse the repository at this point in the history
Call correct currency method instead of property
  • Loading branch information
denisdulici authored Aug 21, 2023
2 parents 193fcc9 + a72e8ff commit 0d71f00
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 @@ -59,7 +59,7 @@ $m1->greaterThan($m2);
$m1->greaterThanOrEqual($m2);
$m1->lessThan($m2);
$m1->lessThanOrEqual($m2);
$m1->convert(Currency::GBP, 3.5);
$m1->convert(Currency::GBP(), 3.5);
$m1->add($m2);
$m1->subtract($m2);
$m1->multiply(2);
Expand Down

0 comments on commit 0d71f00

Please sign in to comment.