diff --git a/README.md b/README.md index 8c64aa1..e21d0a5 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,11 @@ If you disabled `@instadapp/vue-web3-nuxt` auto import: ```ts //composables/useWeb3.ts import Web3 from "web3"; +// import { Web3Provider } from "@ethersproject/providers"; import { useWeb3 as useWeb3Generic } from "@instadapp/vue-web3"; const useWeb3 = () => useWeb3Generic(); +// const useWeb3 = () => useWeb3Generic(); export { useWeb3 }; ```