Fixing a typo in README.md

For "Set up" section in documentation, there was a typo in import example for ES6. 

"import Big from 'big.jms'" 
instead of 
"import Big from 'big.js'"
This commit is contained in:
Mateusz Palichleb 2019-01-11 21:40:26 +01:00 committed by GitHub
parent d681c2e7b7
commit 9bec360cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ const Big = require('big.js');
ES6 module:
```javascript
import Big from 'big.mjs';
import Big from 'big.js';
```
## Use