mirror of
https://github.com/MikeMcl/decimal.js.git
synced 2024-10-27 20:34:12 +00:00
Merge pull request #29 from jonahbron/master
Correct package name in Node require example
This commit is contained in:
commit
6ec2449a07
@ -46,7 +46,7 @@ It can be loaded using a script tag in an HTML document for the browser
|
||||
or as a [Node.js](http://nodejs.org) module using `require`.
|
||||
|
||||
```js
|
||||
var Decimal = require('decimal');
|
||||
var Decimal = require('decimal.js');
|
||||
```
|
||||
|
||||
For Node, the library is available from the [npm](https://npmjs.org/) registry
|
||||
|
Loading…
Reference in New Issue
Block a user