Skip to content

Commit

Permalink
docs: Delete parenthesis in url
Browse files Browse the repository at this point in the history
  • Loading branch information
luc4leone committed May 11, 2019
1 parent b0ffa5f commit 638e095
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 @@ -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 638e095

Please sign in to comment.