1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2025-06-13 12:54:17 +00:00
This commit is contained in:
Thomas Treffry 2017-06-05 09:55:38 +00:00 committed by GitHub
commit ca8f30a62a

View File

@ -57,7 +57,7 @@ $ npm install decimal.js
To load with AMD loader libraries such as [requireJS](http://requirejs.org/):
```js
require(['decimal'], function(Decimal) {
require(['decimal.js'], function(Decimal) {
// Use Decimal here in local scope. No global Decimal.
});
```