diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-04 03:29:40 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-03-04 03:29:40 +0800 |
commit | e64be284ddf18e7bbe43a7e11052c00b9927488e (patch) | |
tree | cc250c162e57752c78f389f962ea4b843d09cde3 /packages/contracts/README.md | |
parent | 1b5742fbf094ae9e5e745fa61760fb0a4eb871ec (diff) | |
parent | 4445d1d5a0f5d5fa263d7a063519a9a9bca1ec94 (diff) | |
download | dexon-sol-tools-e64be284ddf18e7bbe43a7e11052c00b9927488e.tar dexon-sol-tools-e64be284ddf18e7bbe43a7e11052c00b9927488e.tar.gz dexon-sol-tools-e64be284ddf18e7bbe43a7e11052c00b9927488e.tar.bz2 dexon-sol-tools-e64be284ddf18e7bbe43a7e11052c00b9927488e.tar.lz dexon-sol-tools-e64be284ddf18e7bbe43a7e11052c00b9927488e.tar.xz dexon-sol-tools-e64be284ddf18e7bbe43a7e11052c00b9927488e.tar.zst dexon-sol-tools-e64be284ddf18e7bbe43a7e11052c00b9927488e.zip |
Merge branch 'development' into 0x.js/updateTypeDoc
* development:
Update yarn.lock
Update yarn.lock
Update all mentions of the repo name being `0x.js` to `0x-monorepo`
Diffstat (limited to 'packages/contracts/README.md')
-rw-r--r-- | packages/contracts/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/README.md b/packages/contracts/README.md index c209edf02..7628b057b 100644 --- a/packages/contracts/README.md +++ b/packages/contracts/README.md @@ -60,7 +60,7 @@ yarn lint Before running the tests, you will need to spin up a [TestRPC](https://www.npmjs.com/package/ethereumjs-testrpc) instance. -In a separate terminal, start TestRPC (a convenience command is provided as part of the [0x.js monorepo](https://github.com/0xProject/0x.js)) +In a separate terminal, start TestRPC (a convenience command is provided as part of the [0x.js monorepo](https://github.com/0xProject/0x-monorepo)) ```bash cd ../.. |