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 at from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-at@deno/mod.js' ;
55
+ import at from ' https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-at@v0.2.2- deno/mod.js' ;
56
56
```
57
57
58
58
#### at( x\[ , ...indices] )
@@ -139,7 +139,7 @@ import cartesianProduct from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-cartes
139
139
import zeroTo from 'https://cdn.jsdelivr.net/gh/stdlib-js/array-zero-to@deno/mod.js';
140
140
import discreteUniform from 'https://cdn.jsdelivr.net/gh/stdlib-js/random-array-discrete-uniform@deno/mod.js';
141
141
import array from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-array@deno/mod.js';
142
- import at from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-at@deno/mod.js';
142
+ import at from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-at@v0.2.2- deno/mod.js';
143
143
144
144
// Define a two-dimensional array:
145
145
var shape = [ 5, 5 ];
You can’t perform that action at this time.
0 commit comments