Skip to content

Commit

Permalink
Provider doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalodner committed Sep 7, 2019
1 parent fdcdfab commit a60e814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Developer_Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Move your project folder into `arbitrum/workspace/projectname` in order to pick
```js
let contracts = require("../compiled.json");
this.web3 = new Web3(
new ArbProvider("http://localhost:1235", contracts, standardProvider)
await ArbProvider("http://localhost:1235", contracts, standardProvider)
);
```
Expand Down

0 comments on commit a60e814

Please sign in to comment.