aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/web3-typescript-typings/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web3-typescript-typings/README.md b/packages/web3-typescript-typings/README.md
index e26bf87e4..95c193287 100644
--- a/packages/web3-typescript-typings/README.md
+++ b/packages/web3-typescript-typings/README.md
@@ -16,10 +16,10 @@ yarn add -D web3-typescript-typings
## Usage
-Add the following lines to compilerOptions section of your `tsconfig.json`
+Add the following line within an `include` section of your `tsconfig.json`
```json
-"typeRoots": ["node_modules/@types", "node_modules/web3-typescript-typings"]
+"./node_modules/web3-typescript-typings/index.d.ts"
```
## Contributing