Skip to content

Commit

Permalink
Merge pull request #346 from Nitro888/master
Browse files Browse the repository at this point in the history
requrie -> require
  • Loading branch information
axic authored Mar 15, 2019
2 parents 7e5c265 + ab31291 commit 0393c91
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 @@ -222,7 +222,7 @@ Add the version of `solc` you want to use into `index.html`:
This will load `solc` into the global variable `window.Module`. Then use this inside Javascript as:

```javascript
var wrapper = requrie('solc/wrapper')
var wrapper = require('solc/wrapper')
var solc = wrapper(window.Module)

```
Expand Down

0 comments on commit 0393c91

Please sign in to comment.