diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-11-29 08:36:52 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-11-29 08:36:52 +0800 |
commit | 76259352229881287a94cb561f82498920de5443 (patch) | |
tree | 09bd604f3d9fb3ef941618e25747b01cbae38133 /packages/instant/README.md | |
parent | 8b05db35104bf6853bdec81b2a1f25b16914608f (diff) | |
download | dexon-sol-tools-76259352229881287a94cb561f82498920de5443.tar dexon-sol-tools-76259352229881287a94cb561f82498920de5443.tar.gz dexon-sol-tools-76259352229881287a94cb561f82498920de5443.tar.bz2 dexon-sol-tools-76259352229881287a94cb561f82498920de5443.tar.lz dexon-sol-tools-76259352229881287a94cb561f82498920de5443.tar.xz dexon-sol-tools-76259352229881287a94cb561f82498920de5443.tar.zst dexon-sol-tools-76259352229881287a94cb561f82498920de5443.zip |
feat: write version info directly to exported object
Diffstat (limited to 'packages/instant/README.md')
-rw-r--r-- | packages/instant/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/instant/README.md b/packages/instant/README.md index 0fb4dfe62..a38e4f85c 100644 --- a/packages/instant/README.md +++ b/packages/instant/README.md @@ -20,7 +20,7 @@ The package is available as a UMD module named `zeroExInstant`. ## Deploying -You can deploy a work-in-progress version of 0x Instant at http://0x-instant-dogfood.s3-website-us-east-1.amazonaws.com for easy sharing. +You can deploy a work-in-progress version of 0x Instant at http://0x-instant-dogfood.s3-website-us-east-1.amazonaws.com/instant.js for easy sharing. To build and deploy the bundle run @@ -28,7 +28,7 @@ To build and deploy the bundle run yarn deploy_dogfood ``` -We also have a staging bucket that is to be updated less frequently can be used to share a beta version of instant externally: http://0x-instant-staging.s3-website-us-east-1.amazonaws.com/ +We also have a staging bucket that is to be updated less frequently can be used to share a beta version of instant externally: http://0x-instant-staging.s3-website-us-east-1.amazonaws.com/instant.js To build and deploy to this bundle, run @@ -36,7 +36,7 @@ To build and deploy to this bundle, run yarn deploy_staging ``` -Finally, we have our live production bundle that is only meant to be updated with stable, polished releases. +Finally, we have our live production bundle that is only meant to be updated with stable, polished releases: https://instant.0xproject.com/instant.js To build and deploy to this bundle, run |