From a2176f566b760e5ec90856b6d5bccbcb498d3190 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Fri, 5 Jan 2018 19:03:15 +0100 Subject: Update README --- packages/web3-typescript-typings/README.md | 4 ++-- 1 file 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 -- cgit v1.2.3