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@deno/mod.js' ;
55+ import zeros2d from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros2d@v0.2.2- deno/mod.js' ;
5656```
5757
5858#### zeros2d( shape )
@@ -86,7 +86,7 @@ var out = zeros2d( [ 2, 3 ] );
8686
8787``` javascript
8888import 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' ;
9090
9191// Create a zero-filled array:
9292var arr = zeros2d ( [ 5 , 10 ] );
You can’t perform that action at this time.
0 commit comments