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