Update README

This commit is contained in:
Leonid Logvinov
2018-01-05 19:03:15 +01:00
parent bef056b084
commit a2176f566b

View File

@@ -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