Skip to content

Commit 7ee2574

Browse files
Update README.md
1 parent 2cc59b0 commit 7ee2574

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,9 @@ console.log(resA.isOk());
263263
// money instance
264264
const moneyA = resA.value();
265265

266-
moneyA.get("amount"); // 500
266+
moneyA.get("amount");
267+
268+
// 500
267269

268270
// using methods
269271
moneyA.isGt(Money.zero());

0 commit comments

Comments
 (0)