Skip to content

Commit ab31291

Browse files
authored
requrie -> require
1 parent 7e5c265 commit ab31291

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
@@ -222,7 +222,7 @@ Add the version of `solc` you want to use into `index.html`:
222222
This will load `solc` into the global variable `window.Module`. Then use this inside Javascript as:
223223

224224
```javascript
225-
var wrapper = requrie('solc/wrapper')
225+
var wrapper = require('solc/wrapper')
226226
var solc = wrapper(window.Module)
227227

228228
```

0 commit comments

Comments
 (0)