Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Apr 10, 2019
1 parent 36b3f33 commit 8bee1ad
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 @@ -36,7 +36,7 @@ The current implementation uses the `eth_getProof` RPC method ([EIP 1186](https:
For generating proofs using the JS library:

```.js
const Web3Proofs = require('@aragon/web3-proofs') // Not published to NPM yet, requires a local 'npm link'
const Web3Proofs = require('@aragon/web3-proofs')

const web3proofs = new Web3Proofs(web3.currentProvider) // Or a web3.js 1.0 compatible provider

Expand Down

0 comments on commit 8bee1ad

Please sign in to comment.