Merge pull request #35 from cshenoy/patch-1

Update to Readme to reflect node require
This commit is contained in:
Michael M 2014-06-04 22:39:44 +01:00
commit 61c5dbffb9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ For Node, put the *bignumber.js* file into the same directory as the file that i
var BigNumber = require('./bignumber');
or put it in a *node_modules* directory within the directory and use `require('bignumber')`.
or put it in a *node_modules* directory within the directory and use `require('bignumber.js')`.
The library is also available from the [npm](https://npmjs.org/) registry, so