File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ limitations under the License.
52
52
## Usage
53
53
54
54
``` javascript
55
- import orders from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-orders@deno/mod.js' ;
55
+ import orders from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-orders@v0.2.1- deno/mod.js' ;
56
56
```
57
57
58
58
You can also import the following named exports from the package:
59
59
60
60
``` javascript
61
- import { enum } from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-orders@deno/mod.js' ;
61
+ import { enum } from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-orders@v0.2.1- deno/mod.js' ;
62
62
```
63
63
64
64
#### orders()
@@ -97,7 +97,7 @@ The output `array` contains the following orders:
97
97
98
98
``` javascript
99
99
import indexOf from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-index-of@deno/mod.js' ;
100
- import orders from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-orders@deno/mod.js' ;
100
+ import orders from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-orders@v0.2.1- deno/mod.js' ;
101
101
102
102
var ORDERS = orders ();
103
103
var bool;
You can’t perform that action at this time.
0 commit comments