Skip to content

Commit

Permalink
Merge 1665a86 into d65b348
Browse files Browse the repository at this point in the history
  • Loading branch information
luc4leone committed Jun 10, 2019
2 parents d65b348 + 1665a86 commit 0666087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -190,7 +190,7 @@ Dinero({ amount: 500 })
.toFormat('$0,0')
```

By default, new Dinero objects represent monetary values with two decimal places. If you want to represent more, or if you're using a currency with a different [exponent](<https://en.wikipedia.org/wiki/ISO_4217#Treatment_of_minor_currency_units_(the_%22exponent%22)>), you can specify a precision.
By default, new Dinero objects represent monetary values with two decimal places. If you want to represent more, or if you're using a currency with a different [exponent](https://en.wikipedia.org/wiki/ISO_4217#Treatment_of_minor_currency_units_the_%22exponent%22), you can specify a precision.

```js
// represents $10.545
Expand Down

0 comments on commit 0666087

Please sign in to comment.