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 ndarray2array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-to-array@deno/mod.js' ;
55
+ import ndarray2array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-to-array@v0.2.0- deno/mod.js' ;
56
56
```
57
57
58
58
#### ndarray2array( x )
@@ -101,7 +101,7 @@ import strides2offset from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-base-s
101
101
import discreteUniform from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-discrete-uniform@deno/mod.js' ;
102
102
import zeroTo from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-base-zero-to@deno/mod.js' ;
103
103
import ndarray from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-ctor@deno/mod.js' ;
104
- import ndarray2array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-to-array@deno/mod.js' ;
104
+ import ndarray2array from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-to-array@v0.2.0- deno/mod.js' ;
105
105
106
106
// Create a data buffer:
107
107
var buffer = zeroTo ( 27 );
You can’t perform that action at this time.
0 commit comments