diff options
Diffstat (limited to 'packages/deployer/README.md')
-rw-r--r-- | packages/deployer/README.md | 4 |
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** |