chore: change README.md from 0xproject to 0x
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## @0xproject/react-docs
|
||||
## @0x/react-docs
|
||||
|
||||
#### WARNING: Alpha software. Expect things to break when trying to use.
|
||||
|
||||
@@ -24,7 +24,7 @@ A full-page React component for rendering beautiful documentation for Solidity a
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
yarn add @0xproject/react-docs
|
||||
yarn add @0x/react-docs
|
||||
```
|
||||
|
||||
## Usage
|
||||
@@ -37,7 +37,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"],
|
||||
}
|
||||
```
|
||||
|
||||
@@ -74,13 +74,13 @@ yarn install
|
||||
To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory:
|
||||
|
||||
```bash
|
||||
PKG=@0xproject/react-docs yarn build
|
||||
PKG=@0x/react-docs yarn build
|
||||
```
|
||||
|
||||
Or continuously rebuild on change:
|
||||
|
||||
```bash
|
||||
PKG=@0xproject/react-docs yarn watch
|
||||
PKG=@0x/react-docs yarn watch
|
||||
```
|
||||
|
||||
### Clean
|
||||
|
Reference in New Issue
Block a user