File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ limitations under the License.
5050To use in Observable,
5151
5252``` javascript
53- map = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-map@umd/browser.js' )
53+ map = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-map@v0.1.1- umd/browser.js' )
5454```
5555
5656To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -62,7 +62,7 @@ var map = require( 'path/to/vendor/umd/ndarray-map/index.js' )
6262To include the bundle in a webpage,
6363
6464``` html
65- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-map@umd/browser.js" ></script >
65+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-map@v0.1.1- umd/browser.js" ></script >
6666```
6767
6868If no recognized module system is present, access bundle contents via the global scope:
@@ -239,7 +239,7 @@ The callback function is provided the following arguments:
239239<script type="text/javascript" src="https:// cdn.jsdelivr.net/gh/stdlib-js/ndarray-to-array@umd/browser.js"></script>
240240<script type="text/javascript" src="https:// cdn.jsdelivr.net/gh/stdlib-js/utils-nary-function@umd/browser.js"></script>
241241<script type="text/javascript" src="https:// cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@umd/browser.js"></script>
242- <script type="text/javascript" src="https:// cdn.jsdelivr.net/gh/stdlib-js/ndarray-map@umd/browser.js"></script>
242+ <script type="text/javascript" src="https:// cdn.jsdelivr.net/gh/stdlib-js/ndarray-map@v0.1.1- umd/browser.js"></script>
243243<script type="text/javascript">
244244(function () {
245245
You can’t perform that action at this time.
0 commit comments