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.
52
52
## Usage
53
53
54
54
``` javascript
55
- import order from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-order@deno/mod.js' ;
55
+ import order from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-order@v0.2.2- deno/mod.js' ;
56
56
```
57
57
58
58
#### order( x )
@@ -98,7 +98,7 @@ import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@deno/mod.
98
98
import slice from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-slice@deno/mod.js' ;
99
99
import E from ' https://cdn.jsdelivr.net/gh/stdlib-js/slice-multi@deno/mod.js' ;
100
100
import S from ' https://cdn.jsdelivr.net/gh/stdlib-js/slice-ctor@deno/mod.js' ;
101
- import order from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-order@deno/mod.js' ;
101
+ import order from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-order@v0.2.2- deno/mod.js' ;
102
102
103
103
// Create an array:
104
104
var x = zeros ( [ 10 , 10 , 10 , 10 ] );
You can’t perform that action at this time.
0 commit comments