File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ limitations under the License.
54
54
To use in Observable,
55
55
56
56
``` javascript
57
- first = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-first@umd/browser.js' )
57
+ first = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-first@v0.2.2- umd/browser.js' )
58
58
```
59
59
60
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 first = require( 'path/to/vendor/umd/array-base-first/index.js' )
66
66
To include the bundle in a webpage,
67
67
68
68
``` html
69
- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/array-base-first@umd/browser.js" ></script >
69
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/array-base-first@v0.2.2- umd/browser.js" ></script >
70
70
```
71
71
72
72
If no recognized module system is present, access bundle contents via the global scope:
@@ -117,7 +117,7 @@ var out = first( x );
117
117
<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/array-complex64@umd/browser.js" ></script >
118
118
<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/complex-float32-real@umd/browser.js" ></script >
119
119
<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/complex-float32-imag@umd/browser.js" ></script >
120
- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/array-base-first@umd/browser.js" ></script >
120
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/array-base-first@v0.2.2- umd/browser.js" ></script >
121
121
<script type =" text/javascript" >
122
122
(function () {
123
123
You can’t perform that action at this time.
0 commit comments