aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/instant/README.md')
-rw-r--r--packages/instant/README.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/packages/instant/README.md b/packages/instant/README.md
index fd94d37d1..0fb4dfe62 100644
--- a/packages/instant/README.md
+++ b/packages/instant/README.md
@@ -22,20 +22,28 @@ The package is available as a UMD module named `zeroExInstant`.
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.
-To build and deploy the site run
+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 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/
-To build and deploy to this bucket, run
+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.
+
+To build and deploy to this bundle, run
+
+```
+yarn deploy_live
+```
+
**NOTE: On deploying the site, it will say the site is available at a non-existent URL. Please ignore and use the (now updated) URL above.**
## Contributing