feat: add URL to other parts of README
This commit is contained in:
		@@ -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>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user