Skip to content

Commit

Permalink
#329 Remove import example
Browse files Browse the repository at this point in the history
  • Loading branch information
imalfect committed Aug 7, 2022
1 parent ed783f8 commit f346406
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -65,8 +65,6 @@ const BigNumber = require('bignumber.js');
```javascript
import BigNumber from "bignumber.js";
// or maybe
import { BigNumber } from "bignumber.js";
// else
import { BigNumber } from "./node_modules/bignumber.js/bignumber.mjs";
```
Expand Down

0 comments on commit f346406

Please sign in to comment.