Skip to content

Commit

Permalink
Fix ES6 import in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
r0qs committed Oct 31, 2022
1 parent fc232fe commit 22a3c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ var solc = wrapper(window.Module);
Or in ES6 syntax:

```javascript
import * as wrapper from 'solc/wrapper';
import wrapper from 'solc/wrapper';
const solc = wrapper(window.Module);
```

Expand Down

0 comments on commit 22a3c69

Please sign in to comment.