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 nditerMatrices from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-iter-matrices@deno/mod.js' ;
55+ import nditerMatrices from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-iter-matrices@v0.2.2- deno/mod.js' ;
5656```
5757
5858#### nditerMatrices( x\[ , options] )
@@ -147,7 +147,7 @@ The returned [iterator][mdn-iterator-protocol] protocol-compliant object has the
147147import array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@deno/mod.js' ;
148148import zeroTo from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zero-to@deno/mod.js' ;
149149import ndarray2array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-to-array@deno/mod.js' ;
150- import nditerMatrices from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-iter-matrices@deno/mod.js' ;
150+ import nditerMatrices from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-iter-matrices@v0.2.2- deno/mod.js' ;
151151
152152// Define an input array:
153153var x = array ( zeroTo ( 27 ), {
You can’t perform that action at this time.
0 commit comments