Skip to content

Commit 0393c91

Browse files
authored
Merge pull request #346 from Nitro888/master
requrie -> require
2 parents 7e5c265 + ab31291 commit 0393c91

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)