Skip to content

Commit 1da4388

Browse files
committed
Update README.md
1 parent 23dae18 commit 1da4388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Also, the Money object constructor takes a float parameter, using it as the amou
5959

6060
use Money\Money;
6161

62-
echo Money::EUR(5.32)->formattedString();
62+
echo Money::EUR(5.32);
6363
```
6464

6565
Output:

0 commit comments

Comments
 (0)