8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd2c00 commit ac3618dCopy full SHA for ac3618d
README.md
@@ -54,7 +54,7 @@ limitations under the License.
54
To use in Observable,
55
56
```javascript
57
-Uint16Array = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/array-uint16@umd/browser.js' )
+Uint16Array = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/array-uint16@v0.2.2-umd/browser.js' )
58
```
59
60
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -66,7 +66,7 @@ var Uint16Array = require( 'path/to/vendor/umd/array-uint16/index.js' )
66
To include the bundle in a webpage,
67
68
```html
69
-<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-uint16@umd/browser.js"></script>
+<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-uint16@v0.2.2-umd/browser.js"></script>
70
71
72
If no recognized module system is present, access bundle contents via the global scope:
@@ -1436,7 +1436,7 @@ var bool = it.next().done;
1436
<body>
1437
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@umd/browser.js"></script>
1438
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round@umd/browser.js"></script>
1439
1440
<script type="text/javascript">
1441
(function () {
1442