diff options
Diffstat (limited to 'packages/assert/README.md')
-rw-r--r-- | packages/assert/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/assert/README.md b/packages/assert/README.md index 647586f15..4a4ea5e21 100644 --- a/packages/assert/README.md +++ b/packages/assert/README.md @@ -20,7 +20,7 @@ If your project is in [TypeScript](https://www.typescriptlang.org/), add the fol ```json "compilerOptions": { - "typeRoots": ["node_modules/@0x/typescript-typings/types", "node_modules/@types"], + "typeRoots": ["node_modules/@dexon-foundation/typescript-typings/types", "node_modules/@types"], } ``` |