aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/subproviders/README.md')
-rw-r--r--packages/subproviders/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/subproviders/README.md b/packages/subproviders/README.md
index b0d77284b..1ba4ff06c 100644
--- a/packages/subproviders/README.md
+++ b/packages/subproviders/README.md
@@ -1,4 +1,4 @@
-## @0x/subproviders
+## @dexon-foundation/subproviders
A few useful web3 subproviders including a LedgerSubprovider useful for adding Ledger Nano S support.
@@ -9,7 +9,7 @@ We have written up a [Wiki](https://0xproject.com/wiki#Web3-Provider-Examples) a
## Installation
```
-yarn add @0x/subproviders
+yarn add @dexon-foundation/subproviders
```
If your project is in [TypeScript](https://www.typescriptlang.org/), add the following to your `tsconfig.json`:
@@ -45,13 +45,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=@0x/subproviders yarn build
+PKG=@dexon-foundation/subproviders yarn build
```
Or continuously rebuild on change:
```bash
-PKG=@0x/subproviders yarn watch
+PKG=@dexon-foundation/subproviders yarn watch
```
### Clean