aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/deployer/README.md')
-rw-r--r--packages/deployer/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/deployer/README.md b/packages/deployer/README.md
index c65571e83..8fe82f59e 100644
--- a/packages/deployer/README.md
+++ b/packages/deployer/README.md
@@ -9,13 +9,13 @@ This repository contains a CLI tool that facilitates compiling and deployment of
#### CLI Installation
```bash
-npm install @0xproject/deployer -g
+yarn global add @0xproject/deployer
```
#### API Installation
```bash
-npm install @0xproject/deployer --save
+yarn add @0xproject/deployer
```
**Import**