aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/json-schemas/README.md')
-rw-r--r--packages/json-schemas/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/json-schemas/README.md b/packages/json-schemas/README.md
index f50382f4b..c803db2cf 100644
--- a/packages/json-schemas/README.md
+++ b/packages/json-schemas/README.md
@@ -26,7 +26,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"],
}
```