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 zeros2d from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros2d@deno/mod.js' ;
55
+ import zeros2d from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros2d@v0.2.2- deno/mod.js' ;
56
56
```
57
57
58
58
#### zeros2d( shape )
@@ -86,7 +86,7 @@ var out = zeros2d( [ 2, 3 ] );
86
86
87
87
``` javascript
88
88
import gfill from ' https://cdn.jsdelivr.net/gh/stdlib-js/blas-ext-base-gfill@deno/mod.js' ;
89
- import zeros2d from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros2d@deno/mod.js' ;
89
+ import zeros2d from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros2d@v0.2.2- deno/mod.js' ;
90
90
91
91
// Create a zero-filled array:
92
92
var arr = zeros2d ( [ 5 , 10 ] );
You can’t perform that action at this time.
0 commit comments