chore: change README.md from 0xproject to 0x

This commit is contained in:
Jacob Evans
2018-10-18 22:03:47 +11:00
parent 88c929a408
commit 2735fb4fa6
37 changed files with 200 additions and 200 deletions

View File

@@ -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"],
}
```