File tree 1 file changed +2
-2
lines changed
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@esm/index.mjs' ;
55
+ import zeros2d from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros2d@v0.2.2- esm/index.mjs' ;
56
56
```
57
57
58
58
#### zeros2d( shape )
@@ -91,7 +91,7 @@ var out = zeros2d( [ 2, 3 ] );
91
91
<script type =" module" >
92
92
93
93
import gfill from ' https://cdn.jsdelivr.net/gh/stdlib-js/blas-ext-base-gfill@esm/index.mjs' ;
94
- import zeros2d from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros2d@esm/index.mjs' ;
94
+ import zeros2d from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros2d@v0.2.2- esm/index.mjs' ;
95
95
96
96
// Create a zero-filled array:
97
97
var arr = zeros2d ( [ 5 , 10 ] );
You can’t perform that action at this time.
0 commit comments