aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Agosti <francesco@0xproject.com>2019-01-24 04:35:00 +0800
committerGitHub <noreply@github.com>2019-01-24 04:35:00 +0800
commit726a52f3ee70d86cd12761f1a21432d1ef37f6e0 (patch)
treeb49fcd0010a45c89eb571284a4c8763756dcba1b
parent64424deb411fc514584b8cb2997733d2312a0810 (diff)
downloaddexon-0x-contracts-726a52f3ee70d86cd12761f1a21432d1ef37f6e0.tar
dexon-0x-contracts-726a52f3ee70d86cd12761f1a21432d1ef37f6e0.tar.gz
dexon-0x-contracts-726a52f3ee70d86cd12761f1a21432d1ef37f6e0.tar.bz2
dexon-0x-contracts-726a52f3ee70d86cd12761f1a21432d1ef37f6e0.tar.lz
dexon-0x-contracts-726a52f3ee70d86cd12761f1a21432d1ef37f6e0.tar.xz
dexon-0x-contracts-726a52f3ee70d86cd12761f1a21432d1ef37f6e0.tar.zst
dexon-0x-contracts-726a52f3ee70d86cd12761f1a21432d1ef37f6e0.zip
0xproject -> 0x.org
-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 e49df245d..f09c4776c 100644
--- a/packages/instant/README.md
+++ b/packages/instant/README.md
@@ -12,7 +12,7 @@ The package is available as a UMD module named `zeroExInstant` at https://instan
```html
<head>
- <script type="text/javascript" src="https://instant.0xproject.com/instant.js" charset="utf-8"></script>
+ <script type="text/javascript" src="https://instant.0x.org/instant.js" charset="utf-8"></script>
</head>
<body>
<div id="zeroExInstantContainer"></div>
@@ -47,7 +47,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: https://instant.0xproject.com/instant.js
+Finally, we have our live production bundle that is only meant to be updated with stable, polished releases: https://instant.0x.org/instant.js
To build and deploy to this bundle, run