aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant
diff options
context:
space:
mode:
Diffstat (limited to 'packages/instant')
-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 a38e4f85c..fece84d2a 100644
--- a/packages/instant/README.md
+++ b/packages/instant/README.md
@@ -2,11 +2,11 @@
## Installation
-The package is available as a UMD module named `zeroExInstant`.
+The package is available as a UMD module named `zeroExInstant` at https://instant.0xproject.com/instant.js.
```html
<head>
- <script type="text/javascript" src="[zeroExInstantUMDPath]" charset="utf-8"></script>
+ <script type="text/javascript" src="https://instant.0xproject.com/instant.js" charset="utf-8"></script>
</head>
<body>
<div id="zeroExInstantContainer"></div>