Skip to content

Commit

Permalink
requrie -> require
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitro888 authored Mar 15, 2019
1 parent 7e5c265 commit ab31291
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 ab31291

Please sign in to comment.