Skip to content

Commit b51fbdf

Browse files
authored
Revert mjs, change to relative path
1 parent 9bec360 commit b51fbdf

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.js';
41+
import Big from './big.mjs';
4242
```
4343
## Use
4444

0 commit comments

Comments
 (0)