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 zeros from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros@esm/index.mjs' ;
55+ import zeros from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros@v0.2.1- esm/index.mjs' ;
5656```
5757
5858#### zeros( len )
@@ -91,7 +91,7 @@ var out = zeros( 3 );
9191<script type =" module" >
9292
9393var gfill = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/blas-ext-base-gfill' ).ndarray ;
94- import zeros from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros@esm/index.mjs' ;
94+ import zeros from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zeros@v0.2.1- esm/index.mjs' ;
9595
9696// Create a zero-filled array:
9797var arr = zeros ( 10 );
You can’t perform that action at this time.
0 commit comments