diff options
Diffstat (limited to 'packages/react-shared/README.md')
-rw-r--r-- | packages/react-shared/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/react-shared/README.md b/packages/react-shared/README.md index 7ff9a94d9..8a64bb0af 100644 --- a/packages/react-shared/README.md +++ b/packages/react-shared/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"], } ``` |