File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ limitations under the License.
52
52
## Usage
53
53
54
54
``` javascript
55
- import array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@deno/mod.js' ;
55
+ import array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@v0.2.1- deno/mod.js' ;
56
56
```
57
57
58
58
<a name =" main " ></a >
@@ -222,7 +222,7 @@ var bool = ( v === buf[ 0 ] );
222
222
<!-- eslint no-undef: "error" -->
223
223
224
224
``` javascript
225
- import array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@deno/mod.js' ;
225
+ import array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@v0.2.1- deno/mod.js' ;
226
226
227
227
// Create a 4-dimensional array containing single-precision floating-point numbers:
228
228
var arr = array ({
You can’t perform that action at this time.
0 commit comments