diff --git a/docs/01-usage.md b/docs/01-usage.md index a5b16570..8866587b 100644 --- a/docs/01-usage.md +++ b/docs/01-usage.md @@ -62,6 +62,6 @@ If you need access to the raw numbers, the value is stored as both an `integer` ```js // Get the internal values -currency(123.45).add(.1).value; // => 123.46 -currency(123.45).add(.1).intValue; // => 12346 +currency(123.45).add(.1).value; // => 123.55 +currency(123.45).add(.1).intValue; // => 12355 ```