feat: add URL to other parts of README

This commit is contained in:
fragosti
2018-11-28 16:38:21 -08:00
parent 7625935222
commit b55f7aef7f

View File

@@ -2,11 +2,11 @@
## Installation ## 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 ```html
<head> <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> </head>
<body> <body>
<div id="zeroExInstantContainer"></div> <div id="zeroExInstantContainer"></div>