aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/README.md
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-11-06 08:47:52 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-11-06 08:47:52 +0800
commit18d24f8db19d0216044e2069cd67f1edce9b76a9 (patch)
treea65b88c4a66c2581425f4f51ce74a0e128e9df01 /packages/instant/README.md
parentbb9c21fb14a87b4d9eeed8b45815d22bee8be203 (diff)
downloaddexon-sol-tools-18d24f8db19d0216044e2069cd67f1edce9b76a9.tar
dexon-sol-tools-18d24f8db19d0216044e2069cd67f1edce9b76a9.tar.gz
dexon-sol-tools-18d24f8db19d0216044e2069cd67f1edce9b76a9.tar.bz2
dexon-sol-tools-18d24f8db19d0216044e2069cd67f1edce9b76a9.tar.lz
dexon-sol-tools-18d24f8db19d0216044e2069cd67f1edce9b76a9.tar.xz
dexon-sol-tools-18d24f8db19d0216044e2069cd67f1edce9b76a9.tar.zst
dexon-sol-tools-18d24f8db19d0216044e2069cd67f1edce9b76a9.zip
chore: move to underscores
Diffstat (limited to 'packages/instant/README.md')
-rw-r--r--packages/instant/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/instant/README.md b/packages/instant/README.md
index 3fd6efbea..b83a10508 100644
--- a/packages/instant/README.md
+++ b/packages/instant/README.md
@@ -53,7 +53,7 @@ You can deploy a work-in-progress version of 0x Instant at http://0x-instant-dog
To build and deploy the site run
```
-yarn deploy-dogfood
+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/
@@ -61,7 +61,7 @@ We also have a staging bucket that is to be updated less frequently can be used
To build and deploy to this bucket, run
```
-yarn deploy-staging
+yarn deploy_staging
```
**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.**