We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7432323 commit 905e595Copy full SHA for 905e595
docs/private-networks/how-to/use-privacy/web3js-quorum.md
@@ -46,15 +46,15 @@ Initialize your client where:
46
# Syntax
47
48
```js
49
-const Web3 = require("web3");
+const { Web3 } = require("web3");
50
const Web3Quorum = require("web3js-quorum");
51
const web3 = new Web3Quorum(new Web3("<JSON-RPC HTTP endpoint>"));
52
```
53
54
# Example
55
56
57
58
59
const web3 = new Web3Quorum(new Web3("http://localhost:8545"));
60
0 commit comments