Skip to content

Commit 22a3c69

Browse files
committed
Fix ES6 import in the documentation
1 parent fc232fe commit 22a3c69

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
@@ -324,7 +324,7 @@ var solc = wrapper(window.Module);
324324
Or in ES6 syntax:
325325

326326
```javascript
327-
import * as wrapper from 'solc/wrapper';
327+
import wrapper from 'solc/wrapper';
328328
const solc = wrapper(window.Module);
329329
```
330330

0 commit comments

Comments
 (0)