From 7605997d3da75fe6d64dc0e652deadae88b480a8 Mon Sep 17 00:00:00 2001 From: Georges KABBOUCHI Date: Mon, 17 Oct 2022 16:36:24 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f246b7..a98904e 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ const { library } = useWeb3() using global types: ```ts +// global.d.ts import type Web3 from "web3"; declare module "@instadapp/vue-web3" {