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.
5252## Usage
5353
5454``` 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' ;
5656```
5757
5858#### zeros2d( shape )
@@ -91,7 +91,7 @@ var out = zeros2d( [ 2, 3 ] );
9191<script type =" module" >
9292
9393import 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' ;
9595
9696// Create a zero-filled array:
9797var arr = zeros2d ( [ 5 , 10 ] );
You can’t perform that action at this time.
0 commit comments