diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-22 20:53:41 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-03-22 20:53:41 +0800 |
commit | c570f3865f7c83f9b05d448c480fd37b77e2c35a (patch) | |
tree | 52a46e18e88118bbb8177eb39d1ee726cee2e710 /packages/website/md/docs/json_schemas | |
parent | ed9d1da297c4c0d6d82efa2bfafef93a68fc5b59 (diff) | |
download | dexon-0x-contracts-c570f3865f7c83f9b05d448c480fd37b77e2c35a.tar.gz dexon-0x-contracts-c570f3865f7c83f9b05d448c480fd37b77e2c35a.tar.zst dexon-0x-contracts-c570f3865f7c83f9b05d448c480fd37b77e2c35a.zip |
Use yarn instead of npm
Diffstat (limited to 'packages/website/md/docs/json_schemas')
-rw-r--r-- | packages/website/md/docs/json_schemas/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/md/docs/json_schemas/installation.md b/packages/website/md/docs/json_schemas/installation.md index 53886b6b3..50a37bae1 100644 --- a/packages/website/md/docs/json_schemas/installation.md +++ b/packages/website/md/docs/json_schemas/installation.md @@ -1,7 +1,7 @@ **Install** ```bash -npm install @0xproject/json-schemas --save +yarn add @0xproject/json-schemas ``` **Import** |