Skip to content

Commit 9bec360

Browse files
authored
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'"
1 parent d681c2e commit 9bec360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const Big = require('big.js');
3838
ES6 module:
3939

4040
```javascript
41-
import Big from 'big.mjs';
41+
import Big from 'big.js';
4242
```
4343
## Use
4444

0 commit comments

Comments
 (0)