Skip to content

Commit 565c0f8

Browse files
authored
Merge pull request #116 from koksyn/docs-patch
Fixing a typo in README.md
2 parents d681c2e + b51fbdf commit 565c0f8

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.mjs';
4242
```
4343
## Use
4444

0 commit comments

Comments
 (0)