diff options
Diffstat (limited to 'packages/fill-scenarios/README.md')
-rw-r--r-- | packages/fill-scenarios/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/fill-scenarios/README.md b/packages/fill-scenarios/README.md index 794b70e56..9eb3294d4 100644 --- a/packages/fill-scenarios/README.md +++ b/packages/fill-scenarios/README.md @@ -12,7 +12,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"], } ``` |