aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/0x.js/README.md')
-rw-r--r--packages/0x.js/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/README.md b/packages/0x.js/README.md
index 329037324..5b7a2308c 100644
--- a/packages/0x.js/README.md
+++ b/packages/0x.js/README.md
@@ -33,7 +33,7 @@ If your project is in [TypeScript](https://www.typescriptlang.org/), add the fol
```json
"compilerOptions": {
- "typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"],
+ "typeRoots": ["node_modules/@0x/typescript-typings/types", "node_modules/@types"],
}
```